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 \
974448Ssos	atacontrol \
1039271Sphk	badsect \
1139255Sgibbs	camcontrol \
1238653Sgpalmer	ccdconfig \
1338653Sgpalmer	clri \
1455980Speter	comcontrol \
1585380Sjlemon	conscontrol \
16174915Srwatson	ddb \
17100206Sdd	devfs \
18147089Sbrooks	dhclient \
1938653Sgpalmer	dmesg \
2038653Sgpalmer	dump \
2138653Sgpalmer	dumpfs \
2238653Sgpalmer	dumpon \
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 \
5177577Sru	mount_msdosfs \
5238653Sgpalmer	mount_nfs \
5343557Ssemenu	mount_ntfs \
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
94156813Sru.if ${MK_PF} != "no"
95212527SimpSUBDIR+=	pfctl
96212527SimpSUBDIR+=	pflogd
97126756Smlaier.endif
98126756Smlaier
99156813Sru.if ${MK_INET6} != "no"
100212527SimpSUBDIR+=	ping6
101212527SimpSUBDIR+=	rtsol
102119506Sphk.endif
103119506Sphk
104183242Ssam.if ${MK_QUOTAS} != "no"
105212527SimpSUBDIR+=	quotacheck
106183242Ssam.endif
107183242Ssam
108183242Ssam.if ${MK_ROUTED} != "no"
109212527SimpSUBDIR+=	routed
110183242Ssam.endif
111183242Ssam
112212527Simp.include <bsd.arch.inc.mk>
11344317Sjkh
114212527SimpSUBDIR:=	${SUBDIR:O}
11538458Sjb
116264303SdimSUBDIR_PARALLEL=
117264303Sdim
1181558Srgrimes.include <bsd.subdir.mk>
119