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