11558Srgrimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
250476Speter# $FreeBSD: stable/10/sbin/Makefile 324139 2017-09-30 20:44:25Z ngie $
31558Srgrimes
4156813Sru.include <bsd.own.mk>
5156813Sru
612481Speter# XXX MISSING:		icheck ncheck
71558Srgrimes
8212527SimpSUBDIR=adjkerntz \
939271Sphk	badsect \
1039255Sgibbs	camcontrol \
1138653Sgpalmer	clri \
1255980Speter	comcontrol \
1385380Sjlemon	conscontrol \
14174915Srwatson	ddb \
15100206Sdd	devfs \
16147089Sbrooks	dhclient \
1738653Sgpalmer	dmesg \
1838653Sgpalmer	dump \
1938653Sgpalmer	dumpfs \
2038653Sgpalmer	dumpon \
21235289Sadrian	etherswitchcfg \
22118919Srwatson	ffsinfo \
2338653Sgpalmer	fsck \
2479458Sobrien	fsck_ffs \
2579457Sobrien	fsck_msdosfs \
2638653Sgpalmer	fsdb \
2738653Sgpalmer	fsirand \
28105513Sphk	gbde \
29129477Spjd	geom \
30128892Spjd	ggate \
3169800Stomsoft	growfs \
32133270Sle	gvinum \
3338653Sgpalmer	ifconfig \
3438653Sgpalmer	init \
3578978Sroam	kldconfig \
3638653Sgpalmer	kldload \
3738653Sgpalmer	kldstat \
3838653Sgpalmer	kldunload \
3938843Sjb	ldconfig \
4038653Sgpalmer	md5 \
4170450Sphk	mdconfig \
4278448Sdd	mdmfs \
4338653Sgpalmer	mknod \
44111716Smckusick	mksnap_ffs \
4538653Sgpalmer	mount \
4638653Sgpalmer	mount_cd9660 \
47241519Sattilio	mount_fusefs \
4877577Sru	mount_msdosfs \
4938653Sgpalmer	mount_nfs \
5077042Sru	mount_nullfs \
5194658Sscottl	mount_udf \
5277042Sru	mount_unionfs \
5338653Sgpalmer	newfs \
5438653Sgpalmer	newfs_msdos \
55100636Speter	nfsiod \
5638653Sgpalmer	nos-tun \
5738653Sgpalmer	ping \
5898187Sgordon	rcorder \
5938653Sgpalmer	reboot \
60170636Sphk	recoverdisk \
61219738Sume	resolvconf \
6238653Sgpalmer	restore \
6338653Sgpalmer	route \
6493651Smarcel	savecore \
65151270Spjd	setkey \
6638653Sgpalmer	shutdown \
6741061Sbde	spppcontrol \
6885469Sru	swapon \
6946878Sobrien	sysctl \
7038653Sgpalmer	tunefs \
71124587Sru	umount \
7210855Sjoerg
73156813Sru.if ${MK_ATM} != "no"
74212527SimpSUBDIR+=	atm
75119506Sphk.endif
76308915SavgSUBDIR.${MK_ZFS}+=	zfsbootcfg
77119506Sphk
78278717Sngie.if ${MK_CCD} != "no"
79278717SngieSUBDIR+=	ccdconfig
80278717Sngie.endif
81278717Sngie
82156813Sru.if ${MK_CXX} != "no"
83212527SimpSUBDIR+=	devd
84111202Sobrien.endif
85111202Sobrien
86278556Sngie.if ${MK_HAST} != "no"
87278556SngieSUBDIR+=	hastctl
88278556SngieSUBDIR+=	hastd
89278556Sngie.endif
90278556Sngie
91278555Sngie.if ${MK_INET6} != "no"
92278555SngieSUBDIR+=	ping6
93278555SngieSUBDIR+=	rtsol
94278555Sngie.endif
95278555Sngie	
96156813Sru.if ${MK_IPFILTER} != "no"
97212527SimpSUBDIR+=	ipf
9892868Sru.endif
9992868Sru
100183242Ssam.if ${MK_IPFW} != "no"
101212527SimpSUBDIR+=	ipfw
102212527SimpSUBDIR+=	natd
103183242Ssam.endif
104183242Ssam
105278555Sngie.if ${MK_ISCSI} != "no"
106278555SngieSUBDIR+=	iscontrol
107278555Sngie.endif
108278555Sngie
109235537Sgber.if ${MK_NAND} != "no"
110235537SgberSUBDIR+=	nandfs
111235537SgberSUBDIR+=	newfs_nandfs
112235537Sgber.endif
113235537Sgber
114156813Sru.if ${MK_PF} != "no"
115212527SimpSUBDIR+=	pfctl
116212527SimpSUBDIR+=	pflogd
117126756Smlaier.endif
118126756Smlaier
119183242Ssam.if ${MK_QUOTAS} != "no"
120212527SimpSUBDIR+=	quotacheck
121183242Ssam.endif
122183242Ssam
123183242Ssam.if ${MK_ROUTED} != "no"
124212527SimpSUBDIR+=	routed
125183242Ssam.endif
126183242Ssam
127264996Sjmmv.if ${MK_TESTS} != "no"
128264996SjmmvSUBDIR+=	tests
129264996Sjmmv.endif
130264996Sjmmv
131212527Simp.include <bsd.arch.inc.mk>
13244317Sjkh
133264303SdimSUBDIR_PARALLEL=
134264303Sdim
1351558Srgrimes.include <bsd.subdir.mk>
136