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