xref: /freebsd/share/man/man4/man4.i386/Makefile (revision afe2c78208fb32b1eacadba40935fde3b20c2e45)
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	pae.4 \
33	pcf.4 \
34	perfmon.4 \
35	pnp.4 \
36	pnpbios.4 \
37	ray.4 \
38	sbni.4 \
39	scd.4 \
40	smapi.4 \
41	spkr.4 \
42	sr.4 \
43	streams.4 \
44	svr4.4 \
45	viapm.4 \
46	vpd.4 \
47	vx.4 \
48	wd.4 \
49	wl.4
50
51MLINKS=	CPU_ELAN.4 CPU_SOEKRIS.4
52MLINKS+=ndis.4 if_ndis.4
53MLINKS+=pae.4 PAE.4
54MLINKS+=sbni.4 if_sbni.4
55MLINKS+=spkr.4 speaker.4
56MLINKS+=wd.4 wdc.4
57
58MANSUBDIR=/i386
59
60.include <bsd.prog.mk>
61