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