xref: /freebsd/share/man/man4/Makefile (revision c1462236787ec09d00d5e2d222edc3e34bce1e69)
1#	@(#)Makefile	8.1 (Berkeley) 6/18/93
2# $FreeBSD$
3
4MAN4=	adv.4 \
5	adw.4 \
6	aha.4 \
7	ahb.4 \
8	ahc.4 \
9	amd.4 \
10	amr.4 \
11	an.4 \
12	ata.4 \
13	atkbd.4 \
14	atkbdc.4 \
15	aue.4 \
16	bktr.4 \
17	blackhole.4 \
18	bpf.4 \
19	bridge.4 \
20	bt.4 \
21	ccd.4 \
22	cd.4 \
23	ch.4 \
24	csa.4 \
25	cue.4 \
26	da.4 \
27	dc.4 \
28	ddb.4 \
29	de.4 \
30	divert.4 \
31	dpt.4 \
32	dummynet.4 \
33	ed.4 \
34	ef.4 \
35	faith.4 \
36	fd.4 \
37	fdc.4 \
38	fpa.4 \
39	fxp.4 \
40	gif.4 \
41	gusc.4 \
42	icmp.4 \
43	icmp6.4 \
44	ifmib.4 \
45	iic.4 \
46	iicbb.4 \
47	iicbus.4 \
48	iicsmb.4 \
49	inet.4 \
50	inet6.4 \
51	intpm.4 \
52	intro.4 \
53	ip.4 \
54	ip6.4 \
55	ipfirewall.4 \
56	ipsec.4 \
57	isp.4 \
58	ispfw.4 \
59	joy.4 \
60	kame.4 \
61	keyboard.4 \
62	kld.4 \
63	kue.4 \
64	lo.4 \
65	lp.4 \
66	lpbb.4 \
67	lpt.4 \
68	md.4 \
69	mem.4 \
70	mlx.4 \
71	mouse.4 \
72	mtio.4 \
73	natm.4 \
74	ncr.4 \
75	netgraph.4 \
76	netintro.4 \
77	ng_UI.4 \
78	ng_async.4 \
79	ng_bpf.4 \
80	ng_cisco.4 \
81	ng_echo.4 \
82	ng_ether.4 \
83	ng_frame_relay.4 \
84	ng_hole.4 \
85	ng_iface.4 \
86	ng_ksocket.4 \
87	ng_lmi.4 \
88	ng_mppc.4 \
89	ng_ppp.4 \
90	ng_pppoe.4 \
91	ng_pptpgre.4 \
92	ng_rfc1490.4 \
93	ng_socket.4 \
94	ng_tee.4 \
95	ng_tty.4 \
96	ng_vjc.4 \
97	null.4 \
98	ohci.4 \
99	pass.4 \
100	pci.4 \
101	pcm.4 \
102	pcvt.4 \
103	ppbus.4 \
104	ppc.4 \
105	ppi.4 \
106	ppp.4 \
107	psm.4 \
108	pt.4 \
109	pty.4 \
110	rl.4 \
111	route.4 \
112	sa.4 \
113	sbc.4 \
114	screen.4 \
115	scsi.4 \
116	sd.4 \
117	ses.4 \
118	sf.4 \
119	si.4 \
120	sio.4 \
121	sis.4 \
122	sk.4 \
123	sl.4 \
124	smb.4 \
125	smbus.4 \
126	smp.4 \
127	snp.4 \
128	splash.4 \
129	sppp.4 \
130	st.4 \
131	ste.4 \
132	stf.4 \
133	sym.4 \
134	syncer.4 \
135	syscons.4 \
136	sysmouse.4 \
137	tap.4 \
138	tcp.4 \
139	termios.4 \
140	ti.4 \
141	tl.4 \
142	ttcp.4 \
143	tty.4 \
144	tun.4 \
145	twe.4 \
146	udbp.4 \
147	udp.4 \
148	uhci.4 \
149	ukbd.4 \
150	umass.4 \
151	ums.4 \
152	unix.4 \
153	urio.4 \
154	usb.4 \
155	vga.4 \
156	vinum.4 \
157	vn.4 \
158	vpo.4 \
159	vr.4 \
160	wb.4 \
161	wi.4 \
162	worm.4 \
163	wx.4 \
164	xl.4 \
165	xpt.4 \
166	yp.4 \
167	zero.4
168
169MLINKS=	ata.4 acd.4 ata.4 ad.4 ata.4 afd.4 ata.4 ast.4
170MLINKS+=bktr.4 brooktree.4
171MLINKS+=fd.4 stderr.4 fd.4 stdin.4 fd.4 stdout.4
172MLINKS+=fpa.4 fea.4
173MLINKS+=ipfirewall.4 ipacct.4 ipfirewall.4 ipaccounting.4 ipfirewall.4 ipfw.4
174MLINKS+=lp.4 plip.4
175MLINKS+=mem.4 kmem.4
176MLINKS+=netintro.4 networking.4
177MLINKS+=pcm.4 snd.4
178MLINKS+=pcvt.4 vt.4
179MLINKS+=scsi.4 CAM.4
180MLINKS+=scsi.4 SCSI.4
181MLINKS+=scsi.4 cam.4
182MLINKS+=smp.4 SMP.4
183MLINKS+=splash.4 screensaver.4
184MLINKS+=syscons.4 sc.4
185MLINKS+=vpo.4 imm.4
186MLINKS+=yp.4 YP.4 yp.4 NIS.4 yp.4 nis.4
187
188# XXX NOT IMPORTED:	man4.hp300 man4.sparc man4.tahoe man4.vax
189SUBDIR=	 man4.i386
190.if make(maninstall)
191maninstall:: _SUBDIR
192.endif
193
194.include <bsd.prog.mk>
195