xref: /freebsd/share/man/man4/man4.arm/Makefile (revision 91c9751c3913497db2fbad1fcf7491557bbd2a75)
1284db32cSIan LeporeMAN=	\
2*91c9751cSAlexander Ziaee	ar40xx.4 \
3284db32cSIan Lepore	aw_gpio.4 \
4284db32cSIan Lepore	aw_mmc.4 \
5284db32cSIan Lepore	aw_rtc.4 \
6284db32cSIan Lepore	aw_sid.4 \
7284db32cSIan Lepore	aw_spi.4 \
8284db32cSIan Lepore	aw_syscon.4 \
9284db32cSIan Lepore	bcm283x_pwm.4 \
1059d1f877SIan Lepore	devcfg.4 \
11cf2cec68SIan Lepore	imx6_ahci.4 \
129b4738cfSIan Lepore	imx6_snvs.4 \
139287e466SIan Lepore	imx_wdog.4 \
14855feb68SLuiz Otavio O Souza	mge.4 \
15855feb68SLuiz Otavio O Souza	ti_adc.4
166b45faf0SRuslan Ermilov
17facdd1cdSThomas SkiboMLINKS= imx_wdog.4 imxwdt.4
1859d1f877SIan LeporeMLINKS+= mge.4 if_mge.4
190d9d2de1SChristian Brueffer
20df90aeacSFernando Apesteguía# Link files to the architecture directory
21df90aeacSFernando Apesteguía_ARCH_SUBDIR=arm
22df90aeacSFernando Apesteguía.for _manpage _link in ${MLINKS}
23df90aeacSFernando ApesteguíaMLINKS+=${_link} ${_ARCH_SUBDIR}/${_link}
240a0f7486SFernando Apesteguía.endfor
25df90aeacSFernando Apesteguía.for _manpage in ${MAN}
26df90aeacSFernando ApesteguíaMLINKS+=${_manpage} ${_ARCH_SUBDIR}/${_manpage}
27df90aeacSFernando Apesteguía.endfor
286b45faf0SRuslan Ermilov
296b45faf0SRuslan Ermilov.include <bsd.prog.mk>
30