xref: /src/share/man/man4/man4.arm/Makefile (revision 8475cd93fb6db65a02afe435f16306bc18e96ec9)
1MAN=	\
2	ar40xx.4 \
3	bcm283x_pwm.4 \
4	devcfg.4 \
5	dwcotg.4 \
6	imx6_ahci.4 \
7	imx6_snvs.4 \
8	imx_wdog.4 \
9	mge.4 \
10	ti_adc.4
11
12MLINKS= imx_wdog.4 imxwdt.4
13MLINKS+= mge.4 if_mge.4
14
15# Link files to the architecture directory
16_ARCH_SUBDIR=arm
17.for _manpage _link in ${MLINKS}
18MLINKS+=${_link} ${_ARCH_SUBDIR}/${_link}
19.endfor
20.for _manpage in ${MAN}
21MLINKS+=${_manpage} ${_ARCH_SUBDIR}/${_manpage}
22.endfor
23
24.include <bsd.prog.mk>
25