Makefile revision 223201
1#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 223201 2011-06-17 20:47:44Z ed $
3
4.include <bsd.own.mk>
5
6SUBDIR=	ac \
7	adduser \
8	arp \
9	bootparamd \
10	burncd \
11	bsdinstall \
12	cdcontrol \
13	chkgrp \
14	chown \
15	chroot \
16	ckdist \
17	clear_locks \
18	crashinfo \
19	cron \
20	daemon \
21	dconschat \
22	devinfo \
23	digictl \
24	diskinfo \
25	dumpcis \
26	extattr \
27	extattrctl \
28	fifolog \
29	fwcontrol \
30	getfmac \
31	getpmac \
32	gstat \
33	i2c \
34	ifmcstat \
35	inetd \
36	iostat \
37	kldxref \
38	lastlogin \
39	mailwrapper \
40	makefs \
41	manctl \
42	memcontrol \
43	mergemaster \
44	mfiutil \
45	mixer \
46	mlxcontrol \
47	mountd \
48	mount_portalfs \
49	mptutil \
50	mtest \
51	mtree \
52	newsyslog \
53	nfscbd \
54	nfsd \
55	nfsdumpstate \
56	nfsrevoke \
57	nfsuserd \
58	nologin \
59	pc-sysinstall \
60	pciconf \
61	periodic \
62	powerd \
63	procctl \
64	pstat \
65	pw \
66	pwd_mkdb \
67	quot \
68	rarpd \
69	rmt \
70	rpcbind \
71	rpc.lockd \
72	rpc.statd \
73	rpc.umntall \
74	rtprio \
75	service \
76	services_mkdb \
77	setfib \
78	setfmac \
79	setpmac \
80	smbmsg \
81	snapinfo \
82	spray \
83	syslogd \
84	tcpdchk \
85	tcpdmatch \
86	tcpdrop \
87	tcpdump \
88	timed \
89	traceroute \
90	trpt \
91	tzsetup \
92	ugidfw \
93	utxrm \
94	vipw \
95	wake \
96	watch \
97	watchdogd \
98	zic
99
100# NB: keep these sorted by MK_* knobs
101
102.if ${MK_ACCT} != "no"
103SUBDIR+=	accton
104SUBDIR+=	sa
105.endif
106
107.if ${MK_AMD} != "no"
108SUBDIR+=	amd
109.endif
110
111.if ${MK_AUDIT} != "no"
112SUBDIR+=	audit
113SUBDIR+=	auditd
114SUBDIR+=	auditreduce
115SUBDIR+=	praudit
116.endif
117
118.if ${MK_AUTHPF} != "no"
119SUBDIR+=	authpf
120.endif
121
122.if ${MK_BIND_DNSSEC} != "no" && ${MK_OPENSSL} != "no"
123SUBDIR+=	dnssec-dsfromkey
124SUBDIR+=	dnssec-keyfromlabel
125SUBDIR+=	dnssec-keygen
126SUBDIR+=	dnssec-signzone
127.endif
128.if ${MK_BIND_NAMED} != "no"
129SUBDIR+=	named
130SUBDIR+=	named-checkconf
131SUBDIR+=	named-checkzone
132SUBDIR+=	named.reload
133SUBDIR+=	rndc
134SUBDIR+=	rndc-confgen
135.endif
136
137.if ${MK_BLUETOOTH} != "no"
138SUBDIR+=	bluetooth
139.endif
140
141.if ${MK_BSNMP} != "no"
142SUBDIR+=	bsnmpd
143.endif
144
145.if ${MK_CTM} != "no"
146SUBDIR+=	ctm
147.endif
148
149.if ${MK_FLOPPY} != "no"
150SUBDIR+=	fdcontrol
151SUBDIR+=	fdformat
152SUBDIR+=	fdread
153SUBDIR+=	fdwrite
154.endif
155
156.if ${MK_FREEBSD_UPDATE} != "no"
157SUBDIR+=	freebsd-update
158.endif
159
160.if ${MK_GSSAPI} != "no"
161SUBDIR+=	gssd
162.endif
163
164.if ${MK_GPIO} != "no"
165SUBDIR+=	gpioctl
166.endif
167
168.if ${MK_INET6} != "no"
169SUBDIR+=	faithd
170SUBDIR+=	ip6addrctl
171SUBDIR+=	mld6query
172SUBDIR+=	ndp
173SUBDIR+=	rip6query
174SUBDIR+=	route6d
175SUBDIR+=	rrenumd
176SUBDIR+=	rtadvd
177SUBDIR+=	rtsold
178SUBDIR+=	traceroute6
179.endif
180
181.if ${MK_IPFW} != "no"
182SUBDIR+=	ipfwpcap
183.endif
184
185.if ${MK_IPX} != "no"
186SUBDIR+=	IPXrouted
187.endif
188
189.if ${MK_JAIL} != "no"
190SUBDIR+=	jail
191SUBDIR+=	jexec
192SUBDIR+=	jls
193.endif
194
195# XXX MK_SYSCONS
196.if ${MK_LEGACY_CONSOLE} != "no"
197SUBDIR+=	kbdcontrol
198SUBDIR+=	kbdmap
199SUBDIR+=	moused
200SUBDIR+=	vidcontrol
201.endif
202
203.if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
204.if ${MK_PPP} != "no"
205SUBDIR+=	pppctl
206.endif
207.if ${MK_NS_CACHING} != "no"
208SUBDIR+=	nscd
209.endif
210.endif
211
212.if ${MK_LPR} != "no"
213SUBDIR+=	lpr
214.endif
215
216.if ${MK_MAN_UTILS} != "no"
217SUBDIR+=	manctl
218.endif
219
220.if ${MK_NETGRAPH} != "no"
221SUBDIR+=	flowctl
222SUBDIR+=	lmcconfig
223SUBDIR+=	ngctl
224SUBDIR+=	nghook
225.endif
226
227.if ${MK_NIS} != "no"
228SUBDIR+=	rpc.yppasswdd
229SUBDIR+=	rpc.ypupdated
230SUBDIR+=	rpc.ypxfrd
231SUBDIR+=	ypbind
232SUBDIR+=	yp_mkdb
233SUBDIR+=	yppoll
234SUBDIR+=	yppush
235SUBDIR+=	ypserv
236SUBDIR+=	ypset
237.endif
238
239.if ${MK_NTP} != "no"
240SUBDIR+=	ntp
241.endif
242
243.if ${MK_OPENSSL} != "no"
244SUBDIR+=	keyserv
245.endif
246
247.if ${MK_PF} != "no"
248SUBDIR+=	ftp-proxy
249.endif
250
251.if ${MK_PKGTOOLS} != "no"
252SUBDIR+=	pkg_install
253.endif
254
255# XXX MK_TOOLCHAIN?
256.if ${MK_PMC} != "no"
257SUBDIR+=	pmcannotate
258SUBDIR+=	pmccontrol
259SUBDIR+=	pmcstat
260.endif
261
262.if ${MK_PORTSNAP} != "no"
263SUBDIR+=	portsnap
264.endif
265
266.if ${MK_PPP} != "no"
267SUBDIR+=	ppp
268.endif
269
270.if ${MK_QUOTAS} != "no"
271SUBDIR+=	edquota
272SUBDIR+=	quotaon
273SUBDIR+=	repquota
274.endif
275
276.if ${MK_RCMDS} != "no"
277SUBDIR+=	rwhod
278.endif
279
280.if ${MK_SENDMAIL} != "no"
281SUBDIR+=	editmap
282SUBDIR+=	mailstats
283SUBDIR+=	makemap
284SUBDIR+=	praliases
285SUBDIR+=	sendmail
286.endif
287
288SUBDIR+=	sysinstall
289
290.if ${MK_TOOLCHAIN} != "no"
291SUBDIR+=	config
292SUBDIR+=	crunch
293.endif
294
295.if ${MK_USB} != "no"
296SUBDIR+=	uathload
297SUBDIR+=	uhsoctl
298SUBDIR+=	usbconfig
299SUBDIR+=	usbdump
300.endif
301
302.if ${MK_WIRELESS} != "no"
303SUBDIR+=	ancontrol
304SUBDIR+=	wlandebug
305SUBDIR+=	wpa
306.endif
307
308.include <bsd.arch.inc.mk>
309
310SUBDIR:=	${SUBDIR:O}
311
312.include <bsd.subdir.mk>
313