xref: /freebsd/share/man/man4/man4.i386/Makefile (revision 6af83ee0d2941d18880b6aaa2b4facd1d30c6106)
1# $FreeBSD$
2
3MAN=	acpi_asus.4 \
4	acpi_panasonic.4 \
5	acpi_toshiba.4 \
6	aic.4 \
7	alpm.4 \
8	amdpm.4 \
9	apm.4 \
10	ar.4 \
11	arl.4 \
12	cp.4 \
13	CPU_ELAN.4 \
14	cs.4 \
15	ct.4 \
16	ctau.4 \
17	cx.4 \
18	el.4 \
19	ep.4 \
20	ex.4 \
21	fe.4 \
22	ichwd.4 \
23	ie.4 \
24	io.4 \
25	linux.4 \
26	lnc.4 \
27	longrun.4 \
28	mcd.4 \
29	mse.4 \
30	ndis.4 \
31	npx.4 \
32	oltr.4 \
33	pae.4 \
34	pbio.4 \
35	pcf.4 \
36	perfmon.4 \
37	pnp.4 \
38	pnpbios.4 \
39	ray.4 \
40	sbni.4 \
41	scd.4 \
42	smapi.4 \
43	snc.4 \
44	spkr.4 \
45	sr.4 \
46	streams.4 \
47	svr4.4 \
48	viapm.4 \
49	vpd.4 \
50	vx.4 \
51	wl.4
52
53MLINKS=	CPU_ELAN.4 CPU_SOEKRIS.4
54MLINKS+=ndis.4 if_ndis.4
55MLINKS+=oltr.4 if_oltr.4
56MLINKS+=pae.4 PAE.4
57MLINKS+=sbni.4 if_sbni.4
58MLINKS+=spkr.4 speaker.4
59
60MANSUBDIR=/i386
61
62.include <bsd.prog.mk>
63