xref: /freebsd/share/man/man4/man4.i386/Makefile (revision 0fca6ea1d4eea4c934cfff25ac9ee8ad6fe95583)
1MAN=	apm.4 \
2	CPU_ELAN.4 \
3	glxiic.4 \
4	glxsb.4 \
5	longrun.4 \
6	npx.4 \
7	pae.4 \
8	pbio.4 \
9	perfmon.4 \
10	pnp.4 \
11	pnpbios.4 \
12	sbni.4 \
13	smapi.4 \
14	vpd.4
15
16MLINKS=	CPU_ELAN.4 CPU_SOEKRIS.4
17MLINKS+=pae.4 PAE.4
18MLINKS+=sbni.4 if_sbni.4
19
20# Link files to the architecture directory
21_ARCH_SUBDIR=i386
22.for _manpage _link in ${MLINKS}
23MLINKS+=${_link} ${_ARCH_SUBDIR}/${_link}
24.endfor
25.for _manpage in ${MAN}
26MLINKS+=${_manpage} ${_ARCH_SUBDIR}/${_manpage}
27.endfor
28
29.include <bsd.prog.mk>
30