Makefile revision 156813
11558Srgrimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
250476Speter# $FreeBSD: head/sbin/Makefile 156813 2006-03-17 18:54:44Z ru $
31558Srgrimes
4156813Sru.include <bsd.own.mk>
5156813Sru
612481Speter# XXX MISSING:		icheck ncheck
71558Srgrimes
841061SbdeSUBDIR=	adjkerntz \
974448Ssos	atacontrol \
10124587Sru	${_atm} \
1139271Sphk	badsect \
12114759Sphk	bsdlabel \
1339255Sgibbs	camcontrol \
1438653Sgpalmer	ccdconfig \
1538653Sgpalmer	clri \
1655980Speter	comcontrol \
1785380Sjlemon	conscontrol \
18124587Sru	${_devd} \
19100206Sdd	devfs \
20147089Sbrooks	dhclient \
2138653Sgpalmer	dmesg \
2238653Sgpalmer	dump \
2338653Sgpalmer	dumpfs \
2438653Sgpalmer	dumpon \
25124587Sru	${_fdisk} \
26124587Sru	${_fdisk_pc98} \
27118919Srwatson	ffsinfo \
2838653Sgpalmer	fsck \
2979458Sobrien	fsck_ffs \
3079457Sobrien	fsck_msdosfs \
3138653Sgpalmer	fsdb \
3238653Sgpalmer	fsirand \
33105513Sphk	gbde \
34129477Spjd	geom \
35128892Spjd	ggate \
36136933Smarcel	gpt \
3769800Stomsoft	growfs \
38133270Sle	gvinum \
3938653Sgpalmer	ifconfig \
4038653Sgpalmer	init \
41124587Sru	${_ip6fw} \
42124587Sru	${_ipf} \
4338653Sgpalmer	ipfw \
4478978Sroam	kldconfig \
4538653Sgpalmer	kldload \
4638653Sgpalmer	kldstat \
4738653Sgpalmer	kldunload \
4838843Sjb	ldconfig \
49124587Sru	${_mca} \
5038653Sgpalmer	md5 \
5170450Sphk	mdconfig \
5278448Sdd	mdmfs \
5338653Sgpalmer	mknod \
54111716Smckusick	mksnap_ffs \
5538653Sgpalmer	mount \
5638653Sgpalmer	mount_cd9660 \
5738653Sgpalmer	mount_ext2fs \
5877577Sru	mount_msdosfs \
5938653Sgpalmer	mount_nfs \
60124197Salfred	mount_nfs4 \
6143557Ssemenu	mount_ntfs \
6277042Sru	mount_nullfs \
63147516Sdumbbell	mount_reiserfs \
6438653Sgpalmer	mount_std \
6594658Sscottl	mount_udf \
6677042Sru	mount_umapfs \
6777042Sru	mount_unionfs \
6844690Sbrian	natd \
6938653Sgpalmer	newfs \
7038653Sgpalmer	newfs_msdos \
71100636Speter	nfsiod \
7238653Sgpalmer	nos-tun \
73126756Smlaier	${_pfctl} \
74126756Smlaier	${_pflogd} \
7538653Sgpalmer	ping \
76124587Sru	${_ping6} \
7738653Sgpalmer	quotacheck \
7898187Sgordon	rcorder \
7938653Sgpalmer	reboot \
8038653Sgpalmer	restore \
8138653Sgpalmer	route \
8238653Sgpalmer	routed \
8355163Sshin	rtsol \
8493651Smarcel	savecore \
85124587Sru	${_sconfig} \
86151270Spjd	setkey \
8738653Sgpalmer	shutdown \
8838653Sgpalmer	slattach \
8941061Sbde	spppcontrol \
9038653Sgpalmer	startslip \
91116473Sphk	sunlabel \
9285469Sru	swapon \
9346878Sobrien	sysctl \
9438653Sgpalmer	tunefs \
95124587Sru	umount \
9610855Sjoerg
97156813Sru.if ${MK_ATM} != "no"
98124587Sru_atm=		atm
99119506Sphk.endif
100119506Sphk
101156813Sru.if ${MK_CXX} != "no"
102124587Sru_devd=		devd
103111202Sobrien.endif
104111202Sobrien
105156813Sru.if ${MK_IPFILTER} != "no"
106124587Sru_ipf=		ipf
10792868Sru.endif
10892868Sru
109156813Sru.if ${MK_PF} != "no"
110126756Smlaier_pfctl=		pfctl
111126756Smlaier_pflogd=	pflogd
112126756Smlaier.endif
113126756Smlaier
114156813Sru.if ${MK_INET6} != "no"
115124587Sru_ip6fw=		ip6fw
116124587Sru_ping6=		ping6
117119506Sphk.endif
118119506Sphk
11985954Speter.if ${MACHINE_ARCH} == "i386"
120124587Sru.if ${MACHINE} == "i386"
121124587Sru_fdisk=		fdisk
122124587Sru.elif ${MACHINE} == "pc98"
123124587Sru_fdisk_pc98=	fdisk_pc98
12444317Sjkh.endif
125124587Sru_sconfig=	sconfig
12686032Speter.endif
12744317Sjkh
128124587Sru.if ${MACHINE_ARCH} == "amd64"
129124587Sru_fdisk=		fdisk
13038458Sjb.endif
13138458Sjb
132150876Scognet.if ${MACHINE_ARCH} == "arm"
133150876Scognet_fdisk=		fdisk
134150876Scognet.endif
135150876Scognet
136124587Sru.if ${MACHINE_ARCH} == "ia64"
137124587Sru_fdisk=		fdisk
138124587Sru_mca=		mca
139115110Speter.endif
140115110Speter
1411558Srgrimes.include <bsd.subdir.mk>
142