Makefile revision 235537
11558Srgrimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
250476Speter# $FreeBSD: head/sbin/Makefile 235537 2012-05-17 10:11:18Z gber $
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 \
23235289Sadrian	etherswitchcfg \
24118919Srwatson	ffsinfo \
2538653Sgpalmer	fsck \
2679458Sobrien	fsck_ffs \
2779457Sobrien	fsck_msdosfs \
2838653Sgpalmer	fsdb \
2938653Sgpalmer	fsirand \
30105513Sphk	gbde \
31129477Spjd	geom \
32128892Spjd	ggate \
3369800Stomsoft	growfs \
34133270Sle	gvinum \
35204076Spjd	hastctl \
36204076Spjd	hastd \
3738653Sgpalmer	ifconfig \
3838653Sgpalmer	init \
39171568Sscottl	iscontrol \
4078978Sroam	kldconfig \
4138653Sgpalmer	kldload \
4238653Sgpalmer	kldstat \
4338653Sgpalmer	kldunload \
4438843Sjb	ldconfig \
4538653Sgpalmer	md5 \
4670450Sphk	mdconfig \
4778448Sdd	mdmfs \
4838653Sgpalmer	mknod \
49111716Smckusick	mksnap_ffs \
5038653Sgpalmer	mount \
5138653Sgpalmer	mount_cd9660 \
5277577Sru	mount_msdosfs \
5338653Sgpalmer	mount_nfs \
5443557Ssemenu	mount_ntfs \
5577042Sru	mount_nullfs \
5694658Sscottl	mount_udf \
5777042Sru	mount_unionfs \
5838653Sgpalmer	newfs \
5938653Sgpalmer	newfs_msdos \
60100636Speter	nfsiod \
6138653Sgpalmer	nos-tun \
6238653Sgpalmer	ping \
6398187Sgordon	rcorder \
6438653Sgpalmer	reboot \
65170636Sphk	recoverdisk \
66219738Sume	resolvconf \
6738653Sgpalmer	restore \
6838653Sgpalmer	route \
6993651Smarcel	savecore \
70151270Spjd	setkey \
7138653Sgpalmer	shutdown \
7241061Sbde	spppcontrol \
7385469Sru	swapon \
7446878Sobrien	sysctl \
7538653Sgpalmer	tunefs \
76124587Sru	umount \
7710855Sjoerg
78156813Sru.if ${MK_ATM} != "no"
79212527SimpSUBDIR+=	atm
80119506Sphk.endif
81119506Sphk
82156813Sru.if ${MK_CXX} != "no"
83212527SimpSUBDIR+=	devd
84111202Sobrien.endif
85111202Sobrien
86156813Sru.if ${MK_IPFILTER} != "no"
87212527SimpSUBDIR+=	ipf
8892868Sru.endif
8992868Sru
90183242Ssam.if ${MK_IPFW} != "no"
91212527SimpSUBDIR+=	ipfw
92212527SimpSUBDIR+=	natd
93183242Ssam.endif
94183242Ssam
95235537Sgber.if ${MK_NAND} != "no"
96235537SgberSUBDIR+=	nandfs
97235537SgberSUBDIR+=	newfs_nandfs
98235537Sgber.endif
99235537Sgber
100156813Sru.if ${MK_PF} != "no"
101212527SimpSUBDIR+=	pfctl
102212527SimpSUBDIR+=	pflogd
103126756Smlaier.endif
104126756Smlaier
105156813Sru.if ${MK_INET6} != "no"
106212527SimpSUBDIR+=	ping6
107212527SimpSUBDIR+=	rtsol
108119506Sphk.endif
109119506Sphk
110183242Ssam.if ${MK_QUOTAS} != "no"
111212527SimpSUBDIR+=	quotacheck
112183242Ssam.endif
113183242Ssam
114183242Ssam.if ${MK_ROUTED} != "no"
115212527SimpSUBDIR+=	routed
116183242Ssam.endif
117183242Ssam
118212527Simp.include <bsd.arch.inc.mk>
11944317Sjkh
120212527SimpSUBDIR:=	${SUBDIR:O}
12138458Sjb
1221558Srgrimes.include <bsd.subdir.mk>
123