11558Srgrimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
250476Speter# $FreeBSD$
31558Srgrimes
4156813Sru.include <bsd.own.mk>
5156813Sru
612481Speter# XXX MISSING:		icheck ncheck
71558Srgrimes
8212527SimpSUBDIR=adjkerntz \
939271Sphk	badsect \
1039255Sgibbs	camcontrol \
1138653Sgpalmer	ccdconfig \
1238653Sgpalmer	clri \
1355980Speter	comcontrol \
1485380Sjlemon	conscontrol \
15174915Srwatson	ddb \
16100206Sdd	devfs \
17147089Sbrooks	dhclient \
1838653Sgpalmer	dmesg \
1938653Sgpalmer	dump \
2038653Sgpalmer	dumpfs \
2138653Sgpalmer	dumpon \
22235289Sadrian	etherswitchcfg \
23118919Srwatson	ffsinfo \
2438653Sgpalmer	fsck \
2579458Sobrien	fsck_ffs \
2679457Sobrien	fsck_msdosfs \
2738653Sgpalmer	fsdb \
2838653Sgpalmer	fsirand \
29105513Sphk	gbde \
30129477Spjd	geom \
31128892Spjd	ggate \
3269800Stomsoft	growfs \
33133270Sle	gvinum \
34204076Spjd	hastctl \
35204076Spjd	hastd \
3638653Sgpalmer	ifconfig \
3738653Sgpalmer	init \
38171568Sscottl	iscontrol \
3978978Sroam	kldconfig \
4038653Sgpalmer	kldload \
4138653Sgpalmer	kldstat \
4238653Sgpalmer	kldunload \
4338843Sjb	ldconfig \
4438653Sgpalmer	md5 \
4570450Sphk	mdconfig \
4678448Sdd	mdmfs \
4738653Sgpalmer	mknod \
48111716Smckusick	mksnap_ffs \
4938653Sgpalmer	mount \
5038653Sgpalmer	mount_cd9660 \
51241519Sattilio	mount_fusefs \
5277577Sru	mount_msdosfs \
5338653Sgpalmer	mount_nfs \
5477042Sru	mount_nullfs \
5594658Sscottl	mount_udf \
5677042Sru	mount_unionfs \
5738653Sgpalmer	newfs \
5838653Sgpalmer	newfs_msdos \
59100636Speter	nfsiod \
6038653Sgpalmer	nos-tun \
6138653Sgpalmer	ping \
6298187Sgordon	rcorder \
6338653Sgpalmer	reboot \
64170636Sphk	recoverdisk \
65219738Sume	resolvconf \
6638653Sgpalmer	restore \
6738653Sgpalmer	route \
6893651Smarcel	savecore \
69151270Spjd	setkey \
7038653Sgpalmer	shutdown \
7141061Sbde	spppcontrol \
7285469Sru	swapon \
7346878Sobrien	sysctl \
7438653Sgpalmer	tunefs \
75124587Sru	umount \
7610855Sjoerg
77156813Sru.if ${MK_ATM} != "no"
78212527SimpSUBDIR+=	atm
79119506Sphk.endif
80119506Sphk
81156813Sru.if ${MK_CXX} != "no"
82212527SimpSUBDIR+=	devd
83111202Sobrien.endif
84111202Sobrien
85156813Sru.if ${MK_IPFILTER} != "no"
86212527SimpSUBDIR+=	ipf
8792868Sru.endif
8892868Sru
89183242Ssam.if ${MK_IPFW} != "no"
90212527SimpSUBDIR+=	ipfw
91212527SimpSUBDIR+=	natd
92183242Ssam.endif
93183242Ssam
94235537Sgber.if ${MK_NAND} != "no"
95235537SgberSUBDIR+=	nandfs
96235537SgberSUBDIR+=	newfs_nandfs
97235537Sgber.endif
98235537Sgber
99156813Sru.if ${MK_PF} != "no"
100212527SimpSUBDIR+=	pfctl
101212527SimpSUBDIR+=	pflogd
102126756Smlaier.endif
103126756Smlaier
104156813Sru.if ${MK_INET6} != "no"
105212527SimpSUBDIR+=	ping6
106212527SimpSUBDIR+=	rtsol
107119506Sphk.endif
108119506Sphk
109183242Ssam.if ${MK_QUOTAS} != "no"
110212527SimpSUBDIR+=	quotacheck
111183242Ssam.endif
112183242Ssam
113183242Ssam.if ${MK_ROUTED} != "no"
114212527SimpSUBDIR+=	routed
115183242Ssam.endif
116183242Ssam
117212527Simp.include <bsd.arch.inc.mk>
11844317Sjkh
119212527SimpSUBDIR:=	${SUBDIR:O}
12038458Sjb
1211558Srgrimes.include <bsd.subdir.mk>
122