xref: /freebsd/share/man/man4/man4.i386/Makefile (revision c1cdf6a42f0d951ba720688dfc6ce07608b02f6e)
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	npx.4 \
20	pae.4 \
21	pbio.4 \
22	perfmon.4 \
23	pnp.4 \
24	pnpbios.4 \
25	sbni.4 \
26	smapi.4 \
27	vpd.4 \
28	vx.4
29
30MLINKS=	CPU_ELAN.4 CPU_SOEKRIS.4
31MLINKS+=pae.4 PAE.4
32MLINKS+=sbni.4 if_sbni.4
33
34MANSUBDIR=/i386
35
36.include <bsd.prog.mk>
37