Makefile revision 294831
160107Sobrien#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
22786Ssos# $FreeBSD: head/usr.sbin/Makefile 294831 2016-01-26 14:34:40Z br $
32786Ssos
42786Ssos.include <src.opts.mk>
52786Ssos
62786SsosSUBDIR=	adduser \
732822Syokota	arp \
82786Ssos	binmiscctl \
96851Ssos	bsdconfig \
102786Ssos	camdd \
112786Ssos	cdcontrol \
122786Ssos	chkgrp \
132786Ssos	chown \
142786Ssos	chroot \
152786Ssos	ckdist \
162786Ssos	clear_locks \
172786Ssos	crashinfo \
182786Ssos	cron \
194748Ssos	ctladm \
207420Ssos	ctld \
212786Ssos	daemon \
222786Ssos	dconschat \
232786Ssos	devctl \
242786Ssos	devinfo \
252786Ssos	digictl \
262786Ssos	diskinfo \
272786Ssos	dumpcis \
282786Ssos	extattr \
292786Ssos	extattrctl \
302786Ssos	fifolog \
312786Ssos	fstyp \
322786Ssos	fwcontrol \
332786Ssos	getfmac \
342786Ssos	getpmac \
352786Ssos	gstat \
362786Ssos	i2c \
372786Ssos	ifmcstat \
382786Ssos	iostat \
392786Ssos	iovctl \
402786Ssos	kldxref \
412786Ssos	mailwrapper \
422786Ssos	makefs \
432786Ssos	memcontrol \
442786Ssos	mergemaster \
452786Ssos	mfiutil \
462786Ssos	mixer \
472786Ssos	mlxcontrol \
482786Ssos	mountd \
492786Ssos	mount_smbfs \
502786Ssos	mpsutil \
512786Ssos	mptutil \
522786Ssos	mtest \
532786Ssos	newsyslog \
542786Ssos	nfscbd \
552786Ssos	nfsd \
562786Ssos	nfsdumpstate \
572786Ssos	nfsrevoke \
582786Ssos	nfsuserd \
5938140Syokota	nmtree \
602786Ssos	nologin \
6143334Syokota	pciconf \
622786Ssos	periodic \
6332822Syokota	powerd \
642786Ssos	procctl \
652786Ssos	pstat \
662786Ssos	pw \
672786Ssos	pwd_mkdb \
682786Ssos	quot \
692786Ssos	rarpd \
702786Ssos	rmt \
712786Ssos	rpcbind \
722786Ssos	rpc.lockd \
732786Ssos	rpc.statd \
742786Ssos	rpc.umntall \
7543334Syokota	rtprio \
7643334Syokota	service \
772786Ssos	services_mkdb \
782786Ssos	sesutil \
792786Ssos	setfib \
802786Ssos	setfmac \
812786Ssos	setpmac \
825994Ssos	smbmsg \
832786Ssos	snapinfo \
842786Ssos	spray \
852786Ssos	syslogd \
862786Ssos	sysrc \
872786Ssos	tcpdrop \
882786Ssos	tcpdump \
896045Ssos	traceroute \
9043334Syokota	trpt \
912786Ssos	tzsetup \
922786Ssos	uefisign \
932786Ssos	ugidfw \
942786Ssos	vigr \
9518194Ssos	vipw \
962786Ssos	wake \
972786Ssos	watch \
9843334Syokota	watchdogd \
992786Ssos	zic
1002786Ssos
1012786Ssos# NB: keep these sorted by MK_* knobs
1022786Ssos
1032786SsosSUBDIR.${MK_ACCT}+=	accton
1042786SsosSUBDIR.${MK_ACCT}+=	sa
1052786SsosSUBDIR.${MK_AMD}+=	amd
1062786SsosSUBDIR.${MK_AUDIT}+=	audit
1072786SsosSUBDIR.${MK_AUDIT}+=	auditd
1082786Ssos.if ${MK_OPENSSL} != "no"
1096851SsosSUBDIR.${MK_AUDIT}+=	auditdistd
11043334Syokota.endif
11143334SyokotaSUBDIR.${MK_AUDIT}+=	auditreduce
11243334SyokotaSUBDIR.${MK_AUDIT}+=	praudit
11343334SyokotaSUBDIR.${MK_AUTHPF}+=	authpf
11443334SyokotaSUBDIR.${MK_AUTOFS}+=	autofs
115SUBDIR.${MK_BLUETOOTH}+=	bluetooth
116SUBDIR.${MK_BOOTPARAMD}+=	bootparamd
117SUBDIR.${MK_BSDINSTALL}+=	bsdinstall
118SUBDIR.${MK_BSNMP}+=	bsnmpd
119SUBDIR.${MK_CTM}+=	ctm
120SUBDIR.${MK_FLOPPY}+=	fdcontrol
121SUBDIR.${MK_FLOPPY}+=	fdformat
122SUBDIR.${MK_FLOPPY}+=	fdread
123SUBDIR.${MK_FLOPPY}+=	fdwrite
124SUBDIR.${MK_FMTREE}+=	fmtree
125SUBDIR.${MK_FREEBSD_UPDATE}+=	freebsd-update
126SUBDIR.${MK_GSSAPI}+=	gssd
127SUBDIR.${MK_GPIO}+=	gpioctl
128SUBDIR.${MK_INET6}+=	ip6addrctl
129SUBDIR.${MK_INET6}+=	mld6query
130SUBDIR.${MK_INET6}+=	ndp
131SUBDIR.${MK_INET6}+=	rip6query
132SUBDIR.${MK_INET6}+=	route6d
133SUBDIR.${MK_INET6}+=	rrenumd
134SUBDIR.${MK_INET6}+=	rtadvctl
135SUBDIR.${MK_INET6}+=	rtadvd
136SUBDIR.${MK_INET6}+=	rtsold
137SUBDIR.${MK_INET6}+=	traceroute6
138SUBDIR.${MK_INETD}+=	inetd
139SUBDIR.${MK_IPFW}+=	ipfwpcap
140SUBDIR.${MK_ISCSI}+=	iscsid
141SUBDIR.${MK_JAIL}+=	jail
142SUBDIR.${MK_JAIL}+=	jexec
143SUBDIR.${MK_JAIL}+=	jls
144# XXX MK_SYSCONS
145SUBDIR.${MK_LEGACY_CONSOLE}+=	kbdcontrol
146SUBDIR.${MK_LEGACY_CONSOLE}+=	kbdmap
147SUBDIR.${MK_LEGACY_CONSOLE}+=	moused
148SUBDIR.${MK_LEGACY_CONSOLE}+=	vidcontrol
149.if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
150SUBDIR.${MK_PPP}+=	pppctl
151SUBDIR.${MK_NS_CACHING}+=	nscd
152.endif
153SUBDIR.${MK_LPR}+=	lpr
154SUBDIR.${MK_MAN_UTILS}+=	manctl
155SUBDIR.${MK_NAND}+=	nandsim
156SUBDIR.${MK_NAND}+=	nandtool
157SUBDIR.${MK_NETGRAPH}+=	flowctl
158SUBDIR.${MK_NETGRAPH}+=	lmcconfig
159SUBDIR.${MK_NETGRAPH}+=	ngctl
160SUBDIR.${MK_NETGRAPH}+=	nghook
161SUBDIR.${MK_NIS}+=	rpc.yppasswdd
162SUBDIR.${MK_NIS}+=	rpc.ypupdated
163SUBDIR.${MK_NIS}+=	rpc.ypxfrd
164SUBDIR.${MK_NIS}+=	ypbind
165SUBDIR.${MK_NIS}+=	ypldap
166SUBDIR.${MK_NIS}+=	yp_mkdb
167SUBDIR.${MK_NIS}+=	yppoll
168SUBDIR.${MK_NIS}+=	yppush
169SUBDIR.${MK_NIS}+=	ypserv
170SUBDIR.${MK_NIS}+=	ypset
171SUBDIR.${MK_NTP}+=	ntp
172SUBDIR.${MK_OPENSSL}+=	keyserv
173SUBDIR.${MK_PC_SYSINSTALL}+=	pc-sysinstall
174SUBDIR.${MK_PF}+=	ftp-proxy
175SUBDIR.${MK_PKGBOOTSTRAP}+=	pkg
176SUBDIR.${MK_PMC}+=	pmcannotate
177SUBDIR.${MK_PMC}+=	pmccontrol
178SUBDIR.${MK_PMC}+=	pmcstat
179SUBDIR.${MK_PORTSNAP}+=	portsnap
180SUBDIR.${MK_PPP}+=	ppp
181SUBDIR.${MK_QUOTAS}+=	edquota
182SUBDIR.${MK_QUOTAS}+=	quotaon
183SUBDIR.${MK_QUOTAS}+=	repquota
184SUBDIR.${MK_RCMDS}+=	rwhod
185SUBDIR.${MK_RCS}+=	etcupdate
186SUBDIR.${MK_SENDMAIL}+=	editmap
187SUBDIR.${MK_SENDMAIL}+=	mailstats
188SUBDIR.${MK_SENDMAIL}+=	makemap
189SUBDIR.${MK_SENDMAIL}+=	praliases
190SUBDIR.${MK_SENDMAIL}+=	sendmail
191SUBDIR.${MK_TCP_WRAPPERS}+=	tcpdchk
192SUBDIR.${MK_TCP_WRAPPERS}+=	tcpdmatch
193SUBDIR.${MK_TIMED}+=	timed
194SUBDIR.${MK_TOOLCHAIN}+=	config
195SUBDIR.${MK_TOOLCHAIN}+=	crunch
196SUBDIR.${MK_UNBOUND}+=	unbound
197.if !(${COMPILER_TYPE} == "gcc" && ${COMPILER_VERSION} >= 50200)
198SUBDIR.${MK_USB}+=	uathload
199.endif
200SUBDIR.${MK_USB}+=	uhsoctl
201SUBDIR.${MK_USB}+=	usbconfig
202SUBDIR.${MK_USB}+=	usbdump
203SUBDIR.${MK_UTMPX}+=	ac
204SUBDIR.${MK_UTMPX}+=	lastlogin
205SUBDIR.${MK_UTMPX}+=	utx
206SUBDIR.${MK_WIRELESS}+=	ancontrol
207SUBDIR.${MK_WIRELESS}+=	wlandebug
208SUBDIR.${MK_WIRELESS}+=	wpa
209
210SUBDIR.${MK_TESTS}+=	tests
211
212.include <bsd.arch.inc.mk>
213
214SUBDIR:=	${SUBDIR:O}
215
216SUBDIR_PARALLEL=
217
218.include <bsd.subdir.mk>
219