Makefile revision 126992
1#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 126992 2004-03-14 22:47:02Z imp $
3
4# XXX MISSING:		mkproto
5SUBDIR=	ac \
6	accton \
7	${_acpi} \
8	adduser \
9	amd \
10	ancontrol \
11	${_apm} \
12	${_apmd} \
13	arp \
14	${_asf} \
15	${_atm} \
16	${_authpf} \
17	${_bluetooth} \
18	${_boot0cfg} \
19	${_boot98cfg} \
20	bootparamd \
21	bsnmpd \
22	${_btxld} \
23	burncd \
24	cdcontrol \
25	chkgrp \
26	chown \
27	chroot \
28	ckdist \
29	config \
30	cron \
31	crunch \
32	ctm \
33	daemon \
34	dconschat \
35	devinfo \
36	digictl \
37	diskinfo \
38	${_editmap} \
39	edquota \
40	${_elf2exe} \
41	extattr \
42	extattrctl \
43	faithd \
44	fdcontrol \
45	fdformat \
46	fdread \
47	fdwrite \
48	fwcontrol \
49	getfmac \
50	getpmac \
51	gstat \
52	${_i4b} \
53	ifmcstat \
54	inetd \
55	iostat \
56	ip6addrctl \
57	${_ipftest} \
58	${_ipresend} \
59	${_ipsend} \
60	${_iptest} \
61	IPXrouted \
62	jail \
63	jexec \
64	jls \
65	kbdcontrol \
66	kbdmap \
67	kernbb \
68	${_keyserv} \
69	${_kgmon} \
70	${_kgzip} \
71	kldxref \
72	lastlogin \
73	${_lpr} \
74	${_lptcontrol} \
75	${_mailstats} \
76	mailwrapper \
77	${_makemap} \
78	manctl \
79	memcontrol \
80	mergemaster \
81	mixer \
82	${_mld6query} \
83	mlxcontrol \
84	mountd \
85	${_mount_nwfs} \
86	mount_portalfs \
87	${_mount_smbfs} \
88	moused \
89	${_mptable} \
90	mrouted \
91	mtest \
92	mtree \
93	${_named} \
94	${_named.reload} \
95	${_named.restart} \
96	${_ndc} \
97	${_ndiscvt} \
98	ndp \
99	newsyslog \
100	nfsd \
101	ngctl \
102	nghook \
103	nologin \
104	${_nslookup} \
105	${_nsupdate} \
106	ntp \
107	${_ofwdump} \
108	${_pccard} \
109	pciconf \
110	${_pcvt} \
111	periodic \
112	pkg_install \
113	${_pnpinfo} \
114	ppp \
115	${_pppctl} \
116	pppd \
117	pppstats \
118	${_praliases} \
119	procctl \
120	pstat \
121	pw \
122	pwd_mkdb \
123	quot \
124	quotaon \
125	rarpd \
126	raycontrol \
127	repquota \
128	${_rip6query} \
129	rmt \
130	${_route6d} \
131	rpcbind \
132	rpc.lockd \
133	rpc.statd \
134	rpc.umntall \
135	rpc.yppasswdd \
136	rpc.ypupdated \
137	rpc.ypxfrd \
138	rrenumd \
139	rtadvd \
140	rtprio \
141	rtsold \
142	rwhod \
143	sa \
144	${_sendmail} \
145	setfmac \
146	setkey \
147	setpmac \
148	${_sicontrol} \
149	sliplogin \
150	slstat \
151	${_spkrtest} \
152	spray \
153	${_sysinstall} \
154	syslogd \
155	tcpdchk \
156	tcpdmatch \
157	tcpdump \
158	timed \
159	traceroute \
160	${_traceroute6} \
161	trpt \
162	tzsetup \
163	ugidfw \
164	${_usbd} \
165	${_usbdevs} \
166	vidcontrol \
167	vipw \
168	vnconfig \
169	watch \
170	watchdogd \
171	wicontrol \
172	${_wlconfig} \
173	ypbind \
174	yp_mkdb \
175	yppoll \
176	yppush \
177	ypserv \
178	ypset \
179	zic \
180	${_zzz}
181
182.if ${MACHINE_ARCH} != "powerpc"
183_sysinstall=	sysinstall
184.endif
185
186.if !defined(NOATM)
187_atm=		atm
188.endif
189
190.if !defined(NO_BIND)
191_named=		named
192_named.reload=	named.reload
193_named.restart=	named.restart
194_ndc=		ndc
195_nslookup=	nslookup
196_nsupdate=	nsupdate
197.endif
198
199.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
200_keyserv=	keyserv
201.endif
202
203.if !defined(NOINET6)
204_mld6query=	mld6query
205_rip6query=	rip6query
206_route6d=	route6d
207_traceroute6=	traceroute6
208.endif
209
210.if !defined(NO_IPFILTER)
211_ipftest=	ipftest
212_ipresend=	ipresend
213_ipsend=	ipsend
214_iptest=	iptest
215.endif
216
217.if !defined(NO_PF) && !defined(NO_AUTHPF)
218_authpf=	authpf
219.endif
220
221.if !defined(NO_LPR)
222_lpr=		lpr
223.endif
224
225.if !defined(NO_SENDMAIL)
226_editmap=	editmap
227_mailstats=	mailstats
228_makemap=	makemap
229_praliases=	praliases
230_sendmail=	sendmail
231.endif
232
233.if !defined(NO_USB)
234_usbd=		usbd
235_usbdevs=	usbdevs
236.endif
237
238.if ${MACHINE_ARCH} == "i386"
239.if !defined(NO_ACPI)
240_acpi=		acpi
241.endif
242_apm=		apm
243_apmd=		apmd
244_asf=		asf
245.if !defined(NO_BLUETOOTH)
246_bluetooth=	bluetooth
247.endif
248.if ${MACHINE} == "i386"
249_boot0cfg=	boot0cfg
250.endif
251.if ${MACHINE} == "pc98"
252_boot98cfg=	boot98cfg
253.endif
254_btxld=		btxld
255.if !defined(NO_I4B)
256_i4b=		i4b
257.endif
258_kgmon=		kgmon
259_kgzip=		kgzip
260_lptcontrol=	lptcontrol
261_mount_nwfs=	mount_nwfs
262_mount_smbfs=	mount_smbfs
263_mptable=	mptable
264_ndiscvt=	ndiscvt
265_pccard=	pccard
266_pcvt=		pcvt
267_pnpinfo=	pnpinfo
268.if !defined(NOLIBPTHREAD)
269_pppctl=	pppctl
270.endif
271_sicontrol=	sicontrol
272_spkrtest=	spkrtest
273_wlconfig=	wlconfig
274_zzz=		zzz
275.endif
276
277.if ${MACHINE_ARCH} == "alpha"
278_elf2exe=	elf2exe
279_pnpinfo=	pnpinfo
280.if !defined(NOLIBC_R)
281_pppctl=	pppctl
282.endif
283.endif
284
285# kgmon: builds, but no kernel profiling
286# kgzip: builds, but missing support files
287# mptable: broken (not 64 bit clean)
288# pnpinfo: crashes (not really useful anyway)
289.if ${MACHINE_ARCH} == "amd64"
290.if !defined(NO_ACPI)
291_acpi=		acpi
292.endif
293_asf=		asf
294_boot0cfg=	boot0cfg
295_btxld=		btxld
296_lptcontrol=	lptcontrol
297_mount_nwfs=	mount_nwfs
298_mount_smbfs=	mount_smbfs
299_mptable=	mptable
300.if !defined(NOLIBPTHREAD)
301_pppctl=	pppctl
302.endif
303_sicontrol=	sicontrol
304_spkrtest=	spkrtest
305_zzz=		zzz
306.endif
307
308.if ${MACHINE_ARCH} == "ia64"
309.if !defined(NO_ACPI)
310_acpi=		acpi
311.endif
312.if !defined(NOLIBPTHREAD)
313_pppctl=	pppctl
314.endif
315_zzz=		zzz
316.endif
317
318.if ${MACHINE_ARCH} == "sparc64"
319_ofwdump=	ofwdump
320.if !defined(NOLIBC_R)
321_pppctl=	pppctl
322.endif
323.endif
324
325.include <bsd.subdir.mk>
326