Makefile revision 346518
1#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
2# $FreeBSD: stable/11/usr.sbin/Makefile 346518 2019-04-22 03:55:02Z ian $
3
4.include <src.opts.mk>
5
6SUBDIR=	adduser \
7	arp \
8	binmiscctl \
9	camdd \
10	cdcontrol \
11	chkgrp \
12	chown \
13	chroot \
14	ckdist \
15	clear_locks \
16	crashinfo \
17	cron \
18	ctladm \
19	ctld \
20	daemon \
21	dconschat \
22	devctl \
23	devinfo \
24	digictl \
25	diskinfo \
26	dumpcis \
27	etcupdate \
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	rwhod \
77	service \
78	services_mkdb \
79	sesutil \
80	setfib \
81	setfmac \
82	setpmac \
83	smbmsg \
84	snapinfo \
85	spi \
86	spray \
87	syslogd \
88	sysrc \
89	tcpdrop \
90	tcpdump \
91	traceroute \
92	trim \
93	trpt \
94	tzsetup \
95	uefisign \
96	ugidfw \
97	vigr \
98	vipw \
99	wake \
100	watch \
101	watchdogd \
102	zic \
103	zonectl
104
105# NB: keep these sorted by MK_* knobs
106
107SUBDIR.${MK_ACCT}+=	accton
108SUBDIR.${MK_ACCT}+=	sa
109SUBDIR.${MK_AMD}+=	amd
110SUBDIR.${MK_AUDIT}+=	audit
111SUBDIR.${MK_AUDIT}+=	auditd
112.if ${MK_OPENSSL} != "no"
113SUBDIR.${MK_AUDIT}+=	auditdistd
114.endif
115SUBDIR.${MK_AUDIT}+=	auditreduce
116SUBDIR.${MK_AUDIT}+=	praudit
117SUBDIR.${MK_AUTHPF}+=	authpf
118SUBDIR.${MK_AUTOFS}+=	autofs
119.if ${MK_BLACKLIST} != "no"
120SUBDIR.${MK_BLACKLIST}+=	blacklistctl
121SUBDIR.${MK_BLACKLIST}+=	blacklistd
122.endif
123SUBDIR.${MK_BLUETOOTH}+=	bluetooth
124SUBDIR.${MK_BOOTPARAMD}+=	bootparamd
125SUBDIR.${MK_BSDINSTALL}+=	bsdinstall
126SUBDIR.${MK_BSNMP}+=	bsnmpd
127SUBDIR.${MK_CTM}+=	ctm
128SUBDIR.${MK_CXGBETOOL}+=	cxgbetool
129SUBDIR.${MK_MLX5TOOL}+=	mlx5tool
130SUBDIR.${MK_DIALOG}+=	bsdconfig
131SUBDIR.${MK_EFI}+=	efivar efidp efibootmgr
132SUBDIR.${MK_FLOPPY}+=	fdcontrol
133SUBDIR.${MK_FLOPPY}+=	fdformat
134SUBDIR.${MK_FLOPPY}+=	fdread
135SUBDIR.${MK_FLOPPY}+=	fdwrite
136SUBDIR.${MK_FMTREE}+=	fmtree
137SUBDIR.${MK_FREEBSD_UPDATE}+=	freebsd-update
138SUBDIR.${MK_GSSAPI}+=	gssd
139SUBDIR.${MK_GPIO}+=	gpioctl
140SUBDIR.${MK_INET6}+=	ip6addrctl
141SUBDIR.${MK_INET6}+=	mld6query
142SUBDIR.${MK_INET6}+=	ndp
143SUBDIR.${MK_INET6}+=	rip6query
144SUBDIR.${MK_INET6}+=	route6d
145SUBDIR.${MK_INET6}+=	rrenumd
146SUBDIR.${MK_INET6}+=	rtadvctl
147SUBDIR.${MK_INET6}+=	rtadvd
148SUBDIR.${MK_INET6}+=	rtsold
149SUBDIR.${MK_INET6}+=	traceroute6
150SUBDIR.${MK_INETD}+=	inetd
151SUBDIR.${MK_IPFW}+=	ipfwpcap
152SUBDIR.${MK_ISCSI}+=	iscsid
153SUBDIR.${MK_JAIL}+=	jail
154SUBDIR.${MK_JAIL}+=	jexec
155SUBDIR.${MK_JAIL}+=	jls
156# XXX MK_SYSCONS
157SUBDIR.${MK_LEGACY_CONSOLE}+=	kbdcontrol
158SUBDIR.${MK_LEGACY_CONSOLE}+=	kbdmap
159SUBDIR.${MK_LEGACY_CONSOLE}+=	moused
160SUBDIR.${MK_LEGACY_CONSOLE}+=	vidcontrol
161.if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
162SUBDIR.${MK_PPP}+=	pppctl
163SUBDIR.${MK_NS_CACHING}+=	nscd
164.endif
165SUBDIR.${MK_LPR}+=	lpr
166SUBDIR.${MK_MAN_UTILS}+=	manctl
167SUBDIR.${MK_NAND}+=	nandsim
168SUBDIR.${MK_NAND}+=	nandtool
169SUBDIR.${MK_NETGRAPH}+=	flowctl
170SUBDIR.${MK_NETGRAPH}+=	lmcconfig
171SUBDIR.${MK_NETGRAPH}+=	ngctl
172SUBDIR.${MK_NETGRAPH}+=	nghook
173SUBDIR.${MK_NIS}+=	rpc.yppasswdd
174SUBDIR.${MK_NIS}+=	rpc.ypupdated
175SUBDIR.${MK_NIS}+=	rpc.ypxfrd
176SUBDIR.${MK_NIS}+=	ypbind
177SUBDIR.${MK_NIS}+=	ypldap
178SUBDIR.${MK_NIS}+=	yp_mkdb
179SUBDIR.${MK_NIS}+=	yppoll
180SUBDIR.${MK_NIS}+=	yppush
181SUBDIR.${MK_NIS}+=	ypserv
182SUBDIR.${MK_NIS}+=	ypset
183SUBDIR.${MK_NTP}+=	ntp
184SUBDIR.${MK_OPENSSL}+=	keyserv
185SUBDIR.${MK_PC_SYSINSTALL}+=	pc-sysinstall
186SUBDIR.${MK_PF}+=	ftp-proxy
187SUBDIR.${MK_PKGBOOTSTRAP}+=	pkg
188SUBDIR.${MK_PMC}+=	pmcannotate
189SUBDIR.${MK_PMC}+=	pmccontrol
190SUBDIR.${MK_PMC}+=	pmcstat
191SUBDIR.${MK_PMC}+=	pmcstudy
192SUBDIR.${MK_PORTSNAP}+=	portsnap
193SUBDIR.${MK_PPP}+=	ppp
194SUBDIR.${MK_QUOTAS}+=	edquota
195SUBDIR.${MK_QUOTAS}+=	quotaon
196SUBDIR.${MK_QUOTAS}+=	repquota
197SUBDIR.${MK_SENDMAIL}+=	editmap
198SUBDIR.${MK_SENDMAIL}+=	mailstats
199SUBDIR.${MK_SENDMAIL}+=	makemap
200SUBDIR.${MK_SENDMAIL}+=	praliases
201SUBDIR.${MK_SENDMAIL}+=	sendmail
202SUBDIR.${MK_TCP_WRAPPERS}+=	tcpdchk
203SUBDIR.${MK_TCP_WRAPPERS}+=	tcpdmatch
204SUBDIR.${MK_TIMED}+=	timed
205SUBDIR.${MK_TOOLCHAIN}+=	config
206SUBDIR.${MK_TOOLCHAIN}+=	crunch
207SUBDIR.${MK_UNBOUND}+=	unbound
208SUBDIR.${MK_USB}+=	uathload
209SUBDIR.${MK_USB}+=	uhsoctl
210SUBDIR.${MK_USB}+=	usbconfig
211SUBDIR.${MK_USB}+=	usbdump
212SUBDIR.${MK_UTMPX}+=	ac
213SUBDIR.${MK_UTMPX}+=	lastlogin
214SUBDIR.${MK_UTMPX}+=	utx
215SUBDIR.${MK_WIRELESS}+=	ancontrol
216SUBDIR.${MK_WIRELESS}+=	wlandebug
217SUBDIR.${MK_WIRELESS}+=	wpa
218
219SUBDIR.${MK_TESTS}+=	tests
220
221.include <bsd.arch.inc.mk>
222
223SUBDIR_PARALLEL=
224
225.include <bsd.subdir.mk>
226