xref: /freebsd/usr.sbin/Makefile (revision 2a01feab)
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	pmcannotate \
63	pmccontrol \
64	pmcstat \
65	pnfsdscopymr \
66	pnfsdsfile \
67	pnfsdskill \
68	powerd \
69	prometheus_sysctl_exporter \
70	pstat \
71	pw \
72	pwd_mkdb \
73	quot \
74	rarpd \
75	rmt \
76	rpcbind \
77	rpc.lockd \
78	rpc.statd \
79	rpc.umntall \
80	rtprio \
81	rwhod \
82	service \
83	services_mkdb \
84	sesutil \
85	setfib \
86	setfmac \
87	setpmac \
88	smbmsg \
89	snapinfo \
90	spi \
91	spray \
92	syslogd \
93	sysrc \
94	tcpdrop \
95	tcpdump \
96	traceroute \
97	trpt \
98	tzsetup \
99	ugidfw \
100	vigr \
101	vipw \
102	wake \
103	watch \
104	watchdogd \
105	zic \
106	zonectl
107
108# NB: keep these sorted by MK_* knobs
109
110SUBDIR.${MK_ACCT}+=	accton
111SUBDIR.${MK_ACCT}+=	sa
112SUBDIR.${MK_AMD}+=	amd
113SUBDIR.${MK_AUDIT}+=	audit
114SUBDIR.${MK_AUDIT}+=	auditd
115.if ${MK_OPENSSL} != "no"
116SUBDIR.${MK_AUDIT}+=	auditdistd
117.endif
118SUBDIR.${MK_AUDIT}+=	auditreduce
119SUBDIR.${MK_AUDIT}+=	praudit
120SUBDIR.${MK_AUTHPF}+=	authpf
121SUBDIR.${MK_AUTOFS}+=	autofs
122SUBDIR.${MK_BLACKLIST}+=	blacklistctl
123SUBDIR.${MK_BLACKLIST}+=	blacklistd
124SUBDIR.${MK_BLUETOOTH}+=	bluetooth
125SUBDIR.${MK_BOOTPARAMD}+=	bootparamd
126SUBDIR.${MK_BSDINSTALL}+=	bsdinstall
127SUBDIR.${MK_BSNMP}+=	bsnmpd
128SUBDIR.${MK_CTM}+=	ctm
129SUBDIR.${MK_CXGBETOOL}+=	cxgbetool
130SUBDIR.${MK_DIALOG}+=	bsdconfig
131SUBDIR.${MK_EFI}+=	efivar efidp efibootmgr
132.if ${MK_OPENSSL} != "no"
133SUBDIR.${MK_EFI}+=	uefisign
134.endif
135SUBDIR.${MK_FLOPPY}+=	fdcontrol
136SUBDIR.${MK_FLOPPY}+=	fdformat
137SUBDIR.${MK_FLOPPY}+=	fdread
138SUBDIR.${MK_FLOPPY}+=	fdwrite
139SUBDIR.${MK_FMTREE}+=	fmtree
140SUBDIR.${MK_FREEBSD_UPDATE}+=	freebsd-update
141SUBDIR.${MK_GSSAPI}+=	gssd
142SUBDIR.${MK_GPIO}+=	gpioctl
143SUBDIR.${MK_INET6}+=	ip6addrctl
144SUBDIR.${MK_INET6}+=	mld6query
145SUBDIR.${MK_INET6}+=	ndp
146SUBDIR.${MK_INET6}+=	rip6query
147SUBDIR.${MK_INET6}+=	route6d
148SUBDIR.${MK_INET6}+=	rrenumd
149SUBDIR.${MK_INET6}+=	rtadvctl
150SUBDIR.${MK_INET6}+=	rtadvd
151SUBDIR.${MK_INET6}+=	rtsold
152SUBDIR.${MK_INET6}+=	traceroute6
153SUBDIR.${MK_INETD}+=	inetd
154SUBDIR.${MK_IPFW}+=	ipfwpcap
155SUBDIR.${MK_ISCSI}+=	iscsid
156SUBDIR.${MK_JAIL}+=	jail
157SUBDIR.${MK_JAIL}+=	jexec
158SUBDIR.${MK_JAIL}+=	jls
159# XXX MK_SYSCONS
160SUBDIR.${MK_LEGACY_CONSOLE}+=	kbdcontrol
161SUBDIR.${MK_LEGACY_CONSOLE}+=	kbdmap
162SUBDIR.${MK_LEGACY_CONSOLE}+=	moused
163SUBDIR.${MK_LEGACY_CONSOLE}+=	vidcontrol
164.if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
165SUBDIR.${MK_PPP}+=	pppctl
166SUBDIR.${MK_NS_CACHING}+=	nscd
167.endif
168SUBDIR.${MK_LPR}+=	lpr
169SUBDIR.${MK_MAN_UTILS}+=	manctl
170SUBDIR.${MK_MLX5TOOL}+=	mlx5tool
171SUBDIR.${MK_NAND}+=	nandsim
172SUBDIR.${MK_NAND}+=	nandtool
173SUBDIR.${MK_NETGRAPH}+=	flowctl
174SUBDIR.${MK_NETGRAPH}+=	ngctl
175SUBDIR.${MK_NETGRAPH}+=	nghook
176SUBDIR.${MK_NIS}+=	rpc.yppasswdd
177SUBDIR.${MK_NIS}+=	rpc.ypupdated
178SUBDIR.${MK_NIS}+=	rpc.ypxfrd
179SUBDIR.${MK_NIS}+=	ypbind
180SUBDIR.${MK_NIS}+=	ypldap
181SUBDIR.${MK_NIS}+=	yp_mkdb
182SUBDIR.${MK_NIS}+=	yppoll
183SUBDIR.${MK_NIS}+=	yppush
184SUBDIR.${MK_NIS}+=	ypserv
185SUBDIR.${MK_NIS}+=	ypset
186SUBDIR.${MK_NTP}+=	ntp
187SUBDIR.${MK_OPENSSL}+=	keyserv
188SUBDIR.${MK_PC_SYSINSTALL}+=	pc-sysinstall
189SUBDIR.${MK_PF}+=	ftp-proxy
190SUBDIR.${MK_PKGBOOTSTRAP}+=	pkg
191.if ${COMPILER_FEATURES:Mc++11}
192SUBDIR.${MK_PMC}+=	pmc
193.endif
194SUBDIR.${MK_PMC}+=	pmcstudy
195SUBDIR.${MK_PORTSNAP}+=	portsnap
196SUBDIR.${MK_PPP}+=	ppp
197SUBDIR.${MK_QUOTAS}+=	edquota
198SUBDIR.${MK_QUOTAS}+=	quotaon
199SUBDIR.${MK_QUOTAS}+=	repquota
200SUBDIR.${MK_SENDMAIL}+=	editmap
201SUBDIR.${MK_SENDMAIL}+=	mailstats
202SUBDIR.${MK_SENDMAIL}+=	makemap
203SUBDIR.${MK_SENDMAIL}+=	praliases
204SUBDIR.${MK_SENDMAIL}+=	sendmail
205SUBDIR.${MK_TCP_WRAPPERS}+=	tcpdchk
206SUBDIR.${MK_TCP_WRAPPERS}+=	tcpdmatch
207SUBDIR.${MK_TIMED}+=	timed
208SUBDIR.${MK_TOOLCHAIN}+=	config
209SUBDIR.${MK_TOOLCHAIN}+=	crunch
210SUBDIR.${MK_UNBOUND}+=	unbound
211SUBDIR.${MK_USB}+=	uathload
212SUBDIR.${MK_USB}+=	uhsoctl
213SUBDIR.${MK_USB}+=	usbconfig
214SUBDIR.${MK_USB}+=	usbdump
215SUBDIR.${MK_UTMPX}+=	ac
216SUBDIR.${MK_UTMPX}+=	lastlogin
217SUBDIR.${MK_UTMPX}+=	utx
218SUBDIR.${MK_WIRELESS}+=	ancontrol
219SUBDIR.${MK_WIRELESS}+=	wlandebug
220SUBDIR.${MK_WIRELESS}+=	wpa
221
222SUBDIR.${MK_TESTS}+=	tests
223
224.include <bsd.arch.inc.mk>
225
226SUBDIR_PARALLEL=
227
228.include <bsd.subdir.mk>
229