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