Makefile revision 212527
11558Srgrimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
250476Speter# $FreeBSD: head/sbin/Makefile 212527 2010-09-13 02:25:21Z imp $
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 \
6538653Sgpalmer	restore \
6638653Sgpalmer	route \
6793651Smarcel	savecore \
68151270Spjd	setkey \
6938653Sgpalmer	shutdown \
7041061Sbde	spppcontrol \
7185469Sru	swapon \
7246878Sobrien	sysctl \
7338653Sgpalmer	tunefs \
74124587Sru	umount \
7510855Sjoerg
76156813Sru.if ${MK_ATM} != "no"
77212527SimpSUBDIR+=	atm
78119506Sphk.endif
79119506Sphk
80156813Sru.if ${MK_CXX} != "no"
81212527SimpSUBDIR+=	devd
82111202Sobrien.endif
83111202Sobrien
84156813Sru.if ${MK_IPFILTER} != "no"
85212527SimpSUBDIR+=	ipf
8692868Sru.endif
8792868Sru
88183242Ssam.if ${MK_IPFW} != "no"
89212527SimpSUBDIR+=	ipfw
90212527SimpSUBDIR+=	natd
91183242Ssam.endif
92183242Ssam
93156813Sru.if ${MK_PF} != "no"
94212527SimpSUBDIR+=	pfctl
95212527SimpSUBDIR+=	pflogd
96126756Smlaier.endif
97126756Smlaier
98156813Sru.if ${MK_INET6} != "no"
99212527SimpSUBDIR+=	ping6
100212527SimpSUBDIR+=	rtsol
101119506Sphk.endif
102119506Sphk
103183242Ssam.if ${MK_QUOTAS} != "no"
104212527SimpSUBDIR+=	quotacheck
105183242Ssam.endif
106183242Ssam
107183242Ssam.if ${MK_ROUTED} != "no"
108212527SimpSUBDIR+=	routed
109183242Ssam.endif
110183242Ssam
111212527Simp.include <bsd.arch.inc.mk>
11244317Sjkh
113212527SimpSUBDIR:=	${SUBDIR:O}
11438458Sjb
1151558Srgrimes.include <bsd.subdir.mk>
116