xref: /freebsd/share/man/man4/man4.arm/Makefile (revision df90aeac24c9d3621f294e6638a31499b56f4f6b)
16b45faf0SRuslan Ermilov# $FreeBSD$
26b45faf0SRuslan Ermilov
3284db32cSIan LeporeMAN=	\
4284db32cSIan Lepore	aw_gpio.4 \
5284db32cSIan Lepore	aw_mmc.4 \
6284db32cSIan Lepore	aw_rtc.4 \
7284db32cSIan Lepore	aw_sid.4 \
8284db32cSIan Lepore	aw_spi.4 \
9284db32cSIan Lepore	aw_syscon.4 \
10284db32cSIan Lepore	bcm283x_pwm.4 \
1159d1f877SIan Lepore	devcfg.4 \
12cf2cec68SIan Lepore	imx6_ahci.4 \
139b4738cfSIan Lepore	imx6_snvs.4 \
149287e466SIan Lepore	imx_wdog.4 \
15855feb68SLuiz Otavio O Souza	mge.4 \
16855feb68SLuiz Otavio O Souza	ti_adc.4
176b45faf0SRuslan Ermilov
18facdd1cdSThomas SkiboMLINKS= imx_wdog.4 imxwdt.4
1959d1f877SIan LeporeMLINKS+= mge.4 if_mge.4
200d9d2de1SChristian Brueffer
21*df90aeacSFernando Apesteguía# Link files to the architecture directory
22*df90aeacSFernando Apesteguía_ARCH_SUBDIR=arm
23*df90aeacSFernando Apesteguía.for _manpage _link in ${MLINKS}
24*df90aeacSFernando ApesteguíaMLINKS+=${_link} ${_ARCH_SUBDIR}/${_link}
250a0f7486SFernando Apesteguía.endfor
26*df90aeacSFernando Apesteguía.for _manpage in ${MAN}
27*df90aeacSFernando ApesteguíaMLINKS+=${_manpage} ${_ARCH_SUBDIR}/${_manpage}
28*df90aeacSFernando Apesteguía.endfor
296b45faf0SRuslan Ermilov
306b45faf0SRuslan Ermilov.include <bsd.prog.mk>
31