xref: /freebsd/share/man/man4/man4.arm/Makefile (revision 15c79c6fa60809a9dc627e5051704cf2a556c6db)
1284db32cSIan LeporeMAN=	\
2*91c9751cSAlexander Ziaee	ar40xx.4 \
3284db32cSIan Lepore	bcm283x_pwm.4 \
459d1f877SIan Lepore	devcfg.4 \
5cf2cec68SIan Lepore	imx6_ahci.4 \
69b4738cfSIan Lepore	imx6_snvs.4 \
79287e466SIan Lepore	imx_wdog.4 \
8855feb68SLuiz Otavio O Souza	mge.4 \
9855feb68SLuiz Otavio O Souza	ti_adc.4
106b45faf0SRuslan Ermilov
11facdd1cdSThomas SkiboMLINKS= imx_wdog.4 imxwdt.4
1259d1f877SIan LeporeMLINKS+= mge.4 if_mge.4
130d9d2de1SChristian Brueffer
14df90aeacSFernando Apesteguía# Link files to the architecture directory
15df90aeacSFernando Apesteguía_ARCH_SUBDIR=arm
16df90aeacSFernando Apesteguía.for _manpage _link in ${MLINKS}
17df90aeacSFernando ApesteguíaMLINKS+=${_link} ${_ARCH_SUBDIR}/${_link}
180a0f7486SFernando Apesteguía.endfor
19df90aeacSFernando Apesteguía.for _manpage in ${MAN}
20df90aeacSFernando ApesteguíaMLINKS+=${_manpage} ${_ARCH_SUBDIR}/${_manpage}
21df90aeacSFernando Apesteguía.endfor
226b45faf0SRuslan Ermilov
236b45faf0SRuslan Ermilov.include <bsd.prog.mk>
24