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