Makefile revision 180229
11558Srgrimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
250476Speter# $FreeBSD: head/sbin/Makefile 180229 2008-07-03 20:53:15Z marcel $
31558Srgrimes
4156813Sru.include <bsd.own.mk>
5156813Sru
612481Speter# XXX MISSING:		icheck ncheck
71558Srgrimes
841061SbdeSUBDIR=	adjkerntz \
974448Ssos	atacontrol \
10124587Sru	${_atm} \
1139271Sphk	badsect \
12180229Smarcel	${_bsdlabel} \
1339255Sgibbs	camcontrol \
1438653Sgpalmer	ccdconfig \
1538653Sgpalmer	clri \
1655980Speter	comcontrol \
1785380Sjlemon	conscontrol \
18174915Srwatson	ddb \
19124587Sru	${_devd} \
20100206Sdd	devfs \
21147089Sbrooks	dhclient \
2238653Sgpalmer	dmesg \
2338653Sgpalmer	dump \
2438653Sgpalmer	dumpfs \
2538653Sgpalmer	dumpon \
26124587Sru	${_fdisk} \
27124587Sru	${_fdisk_pc98} \
28118919Srwatson	ffsinfo \
2938653Sgpalmer	fsck \
3079458Sobrien	fsck_ffs \
3179457Sobrien	fsck_msdosfs \
3238653Sgpalmer	fsdb \
3338653Sgpalmer	fsirand \
34105513Sphk	gbde \
35129477Spjd	geom \
36128892Spjd	ggate \
3769800Stomsoft	growfs \
38133270Sle	gvinum \
39163377Sceri	idmapd \
4038653Sgpalmer	ifconfig \
4138653Sgpalmer	init \
42124587Sru	${_ipf} \
4338653Sgpalmer	ipfw \
44171568Sscottl	iscontrol \
4578978Sroam	kldconfig \
4638653Sgpalmer	kldload \
4738653Sgpalmer	kldstat \
4838653Sgpalmer	kldunload \
4938843Sjb	ldconfig \
50124587Sru	${_mca} \
5138653Sgpalmer	md5 \
5270450Sphk	mdconfig \
5378448Sdd	mdmfs \
5438653Sgpalmer	mknod \
55111716Smckusick	mksnap_ffs \
5638653Sgpalmer	mount \
5738653Sgpalmer	mount_cd9660 \
5877577Sru	mount_msdosfs \
5938653Sgpalmer	mount_nfs \
6043557Ssemenu	mount_ntfs \
6177042Sru	mount_nullfs \
6294658Sscottl	mount_udf \
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
116180229Smarcel.if ${MACHINE_ARCH} != "ia64"
117180229Smarcel_bsdlabel=	bsdlabel
118180229Smarcel.endif
119180229Smarcel
12085954Speter.if ${MACHINE_ARCH} == "i386"
121124587Sru.if ${MACHINE} == "i386"
122124587Sru_fdisk=		fdisk
123124587Sru.elif ${MACHINE} == "pc98"
124124587Sru_fdisk_pc98=	fdisk_pc98
12544317Sjkh.endif
126124587Sru_sconfig=	sconfig
12786032Speter.endif
12844317Sjkh
129124587Sru.if ${MACHINE_ARCH} == "amd64"
130124587Sru_fdisk=		fdisk
13138458Sjb.endif
13238458Sjb
133150876Scognet.if ${MACHINE_ARCH} == "arm"
134150876Scognet_fdisk=		fdisk
135150876Scognet.endif
136150876Scognet
137124587Sru.if ${MACHINE_ARCH} == "ia64"
138124587Sru_mca=		mca
139115110Speter.endif
140115110Speter
1411558Srgrimes.include <bsd.subdir.mk>
142