Makefile revision 301226
1#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 301226 2016-06-02 19:06:04Z lidl $
3
4.include <src.opts.mk>
5
6SUBDIR=	adduser \
7	arp \
8	binmiscctl \
9	bsdconfig \
10	camdd \
11	cdcontrol \
12	chkgrp \
13	chown \
14	chroot \
15	ckdist \
16	clear_locks \
17	crashinfo \
18	cron \
19	ctladm \
20	ctld \
21	daemon \
22	dconschat \
23	devctl \
24	devinfo \
25	digictl \
26	diskinfo \
27	dumpcis \
28	extattr \
29	extattrctl \
30	fifolog \
31	fstyp \
32	fwcontrol \
33	getfmac \
34	getpmac \
35	gstat \
36	i2c \
37	ifmcstat \
38	iostat \
39	iovctl \
40	kldxref \
41	mailwrapper \
42	makefs \
43	memcontrol \
44	mergemaster \
45	mfiutil \
46	mixer \
47	mlxcontrol \
48	mountd \
49	mount_smbfs \
50	mpsutil \
51	mptutil \
52	mtest \
53	newsyslog \
54	nfscbd \
55	nfsd \
56	nfsdumpstate \
57	nfsrevoke \
58	nfsuserd \
59	nmtree \
60	nologin \
61	pciconf \
62	periodic \
63	powerd \
64	procctl \
65	pstat \
66	pw \
67	pwd_mkdb \
68	quot \
69	rarpd \
70	rmt \
71	rpcbind \
72	rpc.lockd \
73	rpc.statd \
74	rpc.umntall \
75	rtprio \
76	service \
77	services_mkdb \
78	sesutil \
79	setfib \
80	setfmac \
81	setpmac \
82	smbmsg \
83	snapinfo \
84	spray \
85	syslogd \
86	sysrc \
87	tcpdrop \
88	tcpdump \
89	traceroute \
90	trpt \
91	tzsetup \
92	uefisign \
93	ugidfw \
94	vigr \
95	vipw \
96	wake \
97	watch \
98	watchdogd \
99	zic \
100	zonectl
101
102# NB: keep these sorted by MK_* knobs
103
104SUBDIR.${MK_ACCT}+=	accton
105SUBDIR.${MK_ACCT}+=	sa
106SUBDIR.${MK_AMD}+=	amd
107SUBDIR.${MK_AUDIT}+=	audit
108SUBDIR.${MK_AUDIT}+=	auditd
109.if ${MK_OPENSSL} != "no"
110SUBDIR.${MK_AUDIT}+=	auditdistd
111.endif
112SUBDIR.${MK_AUDIT}+=	auditreduce
113SUBDIR.${MK_AUDIT}+=	praudit
114SUBDIR.${MK_AUTHPF}+=	authpf
115SUBDIR.${MK_AUTOFS}+=	autofs
116.if ${MK_BLACKLIST_SUPPORT} != "no"
117SUBDIR.${MK_BLACKLIST_SUPPORT}+=	blacklistctl
118SUBDIR.${MK_BLACKLIST_SUPPORT}+=	blacklistd
119.endif
120SUBDIR.${MK_BLUETOOTH}+=	bluetooth
121SUBDIR.${MK_BOOTPARAMD}+=	bootparamd
122SUBDIR.${MK_BSDINSTALL}+=	bsdinstall
123SUBDIR.${MK_BSNMP}+=	bsnmpd
124SUBDIR.${MK_CTM}+=	ctm
125SUBDIR.${MK_FLOPPY}+=	fdcontrol
126SUBDIR.${MK_FLOPPY}+=	fdformat
127SUBDIR.${MK_FLOPPY}+=	fdread
128SUBDIR.${MK_FLOPPY}+=	fdwrite
129SUBDIR.${MK_FMTREE}+=	fmtree
130SUBDIR.${MK_FREEBSD_UPDATE}+=	freebsd-update
131SUBDIR.${MK_GSSAPI}+=	gssd
132SUBDIR.${MK_GPIO}+=	gpioctl
133SUBDIR.${MK_INET6}+=	ip6addrctl
134SUBDIR.${MK_INET6}+=	mld6query
135SUBDIR.${MK_INET6}+=	ndp
136SUBDIR.${MK_INET6}+=	rip6query
137SUBDIR.${MK_INET6}+=	route6d
138SUBDIR.${MK_INET6}+=	rrenumd
139SUBDIR.${MK_INET6}+=	rtadvctl
140SUBDIR.${MK_INET6}+=	rtadvd
141SUBDIR.${MK_INET6}+=	rtsold
142SUBDIR.${MK_INET6}+=	traceroute6
143SUBDIR.${MK_INETD}+=	inetd
144SUBDIR.${MK_IPFW}+=	ipfwpcap
145SUBDIR.${MK_ISCSI}+=	iscsid
146SUBDIR.${MK_JAIL}+=	jail
147SUBDIR.${MK_JAIL}+=	jexec
148SUBDIR.${MK_JAIL}+=	jls
149# XXX MK_SYSCONS
150SUBDIR.${MK_LEGACY_CONSOLE}+=	kbdcontrol
151SUBDIR.${MK_LEGACY_CONSOLE}+=	kbdmap
152SUBDIR.${MK_LEGACY_CONSOLE}+=	moused
153SUBDIR.${MK_LEGACY_CONSOLE}+=	vidcontrol
154.if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
155SUBDIR.${MK_PPP}+=	pppctl
156SUBDIR.${MK_NS_CACHING}+=	nscd
157.endif
158SUBDIR.${MK_LPR}+=	lpr
159SUBDIR.${MK_MAN_UTILS}+=	manctl
160SUBDIR.${MK_NAND}+=	nandsim
161SUBDIR.${MK_NAND}+=	nandtool
162SUBDIR.${MK_NETGRAPH}+=	flowctl
163SUBDIR.${MK_NETGRAPH}+=	lmcconfig
164SUBDIR.${MK_NETGRAPH}+=	ngctl
165SUBDIR.${MK_NETGRAPH}+=	nghook
166SUBDIR.${MK_NIS}+=	rpc.yppasswdd
167SUBDIR.${MK_NIS}+=	rpc.ypupdated
168SUBDIR.${MK_NIS}+=	rpc.ypxfrd
169SUBDIR.${MK_NIS}+=	ypbind
170SUBDIR.${MK_NIS}+=	ypldap
171SUBDIR.${MK_NIS}+=	yp_mkdb
172SUBDIR.${MK_NIS}+=	yppoll
173SUBDIR.${MK_NIS}+=	yppush
174SUBDIR.${MK_NIS}+=	ypserv
175SUBDIR.${MK_NIS}+=	ypset
176SUBDIR.${MK_NTP}+=	ntp
177SUBDIR.${MK_OPENSSL}+=	keyserv
178SUBDIR.${MK_PC_SYSINSTALL}+=	pc-sysinstall
179SUBDIR.${MK_PF}+=	ftp-proxy
180SUBDIR.${MK_PKGBOOTSTRAP}+=	pkg
181SUBDIR.${MK_PMC}+=	pmcannotate
182SUBDIR.${MK_PMC}+=	pmccontrol
183SUBDIR.${MK_PMC}+=	pmcstat
184SUBDIR.${MK_PORTSNAP}+=	portsnap
185SUBDIR.${MK_PPP}+=	ppp
186SUBDIR.${MK_QUOTAS}+=	edquota
187SUBDIR.${MK_QUOTAS}+=	quotaon
188SUBDIR.${MK_QUOTAS}+=	repquota
189SUBDIR.${MK_RCMDS}+=	rwhod
190SUBDIR.${MK_RCS}+=	etcupdate
191SUBDIR.${MK_SENDMAIL}+=	editmap
192SUBDIR.${MK_SENDMAIL}+=	mailstats
193SUBDIR.${MK_SENDMAIL}+=	makemap
194SUBDIR.${MK_SENDMAIL}+=	praliases
195SUBDIR.${MK_SENDMAIL}+=	sendmail
196SUBDIR.${MK_TCP_WRAPPERS}+=	tcpdchk
197SUBDIR.${MK_TCP_WRAPPERS}+=	tcpdmatch
198SUBDIR.${MK_TIMED}+=	timed
199SUBDIR.${MK_TOOLCHAIN}+=	config
200SUBDIR.${MK_TOOLCHAIN}+=	crunch
201SUBDIR.${MK_UNBOUND}+=	unbound
202SUBDIR.${MK_USB}+=	uathload
203SUBDIR.${MK_USB}+=	uhsoctl
204SUBDIR.${MK_USB}+=	usbconfig
205SUBDIR.${MK_USB}+=	usbdump
206SUBDIR.${MK_UTMPX}+=	ac
207SUBDIR.${MK_UTMPX}+=	lastlogin
208SUBDIR.${MK_UTMPX}+=	utx
209SUBDIR.${MK_WIRELESS}+=	ancontrol
210SUBDIR.${MK_WIRELESS}+=	wlandebug
211SUBDIR.${MK_WIRELESS}+=	wpa
212
213SUBDIR.${MK_TESTS}+=	tests
214
215.include <bsd.arch.inc.mk>
216
217SUBDIR:=	${SUBDIR:O}
218
219SUBDIR_PARALLEL=
220
221.include <bsd.subdir.mk>
222