Makefile revision 170636
11558Srgrimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
250476Speter# $FreeBSD: head/sbin/Makefile 170636 2007-06-12 21:31:39Z phk $
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 \
39163377Sceri	idmapd \
4038653Sgpalmer	ifconfig \
4138653Sgpalmer	init \
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 \
5777577Sru	mount_msdosfs \
5838653Sgpalmer	mount_nfs \
5943557Ssemenu	mount_ntfs \
6077042Sru	mount_nullfs \
6194658Sscottl	mount_udf \
6277042Sru	mount_umapfs \
6377042Sru	mount_unionfs \
6444690Sbrian	natd \
6538653Sgpalmer	newfs \
6638653Sgpalmer	newfs_msdos \
67100636Speter	nfsiod \
6838653Sgpalmer	nos-tun \
69126756Smlaier	${_pfctl} \
70126756Smlaier	${_pflogd} \
7138653Sgpalmer	ping \
72124587Sru	${_ping6} \
7338653Sgpalmer	quotacheck \
7498187Sgordon	rcorder \
7538653Sgpalmer	reboot \
76170636Sphk	recoverdisk \
7738653Sgpalmer	restore \
7838653Sgpalmer	route \
7938653Sgpalmer	routed \
80160757Syar	${_rtsol} \
8193651Smarcel	savecore \
82124587Sru	${_sconfig} \
83151270Spjd	setkey \
8438653Sgpalmer	shutdown \
8538653Sgpalmer	slattach \
8641061Sbde	spppcontrol \
8738653Sgpalmer	startslip \
88116473Sphk	sunlabel \
8985469Sru	swapon \
9046878Sobrien	sysctl \
9138653Sgpalmer	tunefs \
92124587Sru	umount \
9310855Sjoerg
94156813Sru.if ${MK_ATM} != "no"
95124587Sru_atm=		atm
96119506Sphk.endif
97119506Sphk
98156813Sru.if ${MK_CXX} != "no"
99124587Sru_devd=		devd
100111202Sobrien.endif
101111202Sobrien
102156813Sru.if ${MK_IPFILTER} != "no"
103124587Sru_ipf=		ipf
10492868Sru.endif
10592868Sru
106156813Sru.if ${MK_PF} != "no"
107126756Smlaier_pfctl=		pfctl
108126756Smlaier_pflogd=	pflogd
109126756Smlaier.endif
110126756Smlaier
111156813Sru.if ${MK_INET6} != "no"
112124587Sru_ping6=		ping6
113160757Syar_rtsol=		rtsol
114119506Sphk.endif
115119506Sphk
11685954Speter.if ${MACHINE_ARCH} == "i386"
117124587Sru.if ${MACHINE} == "i386"
118124587Sru_fdisk=		fdisk
119124587Sru.elif ${MACHINE} == "pc98"
120124587Sru_fdisk_pc98=	fdisk_pc98
12144317Sjkh.endif
122124587Sru_sconfig=	sconfig
12386032Speter.endif
12444317Sjkh
125124587Sru.if ${MACHINE_ARCH} == "amd64"
126124587Sru_fdisk=		fdisk
12738458Sjb.endif
12838458Sjb
129150876Scognet.if ${MACHINE_ARCH} == "arm"
130150876Scognet_fdisk=		fdisk
131150876Scognet.endif
132150876Scognet
133124587Sru.if ${MACHINE_ARCH} == "ia64"
134124587Sru_fdisk=		fdisk
135124587Sru_mca=		mca
136115110Speter.endif
137115110Speter
1381558Srgrimes.include <bsd.subdir.mk>
139