xref: /freebsd/share/man/man4/man4.i386/Makefile (revision 076ad2f8)
1# $FreeBSD$
2
3PACKAGE=runtime-manuals
4
5MAN=	aic.4 \
6	apm.4 \
7	ce.4 \
8	cp.4 \
9	CPU_ELAN.4 \
10	cs.4 \
11	ctau.4 \
12	cx.4 \
13	ep.4 \
14	ex.4 \
15	fe.4 \
16	glxiic.4 \
17	glxsb.4 \
18	longrun.4 \
19	mse.4 \
20	npx.4 \
21	pae.4 \
22	pbio.4 \
23	perfmon.4 \
24	pnp.4 \
25	pnpbios.4 \
26	sbni.4 \
27	smapi.4 \
28	vpd.4 \
29	vx.4
30
31MLINKS=	CPU_ELAN.4 CPU_SOEKRIS.4
32MLINKS+=pae.4 PAE.4
33MLINKS+=sbni.4 if_sbni.4
34
35MANSUBDIR=/i386
36
37.include <bsd.prog.mk>
38