Makefile revision 204076
11558Srgrimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
250476Speter# $FreeBSD: head/sbin/Makefile 204076 2010-02-18 23:16:19Z pjd $
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 \
39204076Spjd	hastctl \
40204076Spjd	hastd \
4138653Sgpalmer	ifconfig \
4238653Sgpalmer	init \
43124587Sru	${_ipf} \
44183242Ssam	${_ipfw} \
45171568Sscottl	iscontrol \
4678978Sroam	kldconfig \
4738653Sgpalmer	kldload \
4838653Sgpalmer	kldstat \
4938653Sgpalmer	kldunload \
5038843Sjb	ldconfig \
51124587Sru	${_mca} \
5238653Sgpalmer	md5 \
5370450Sphk	mdconfig \
5478448Sdd	mdmfs \
5538653Sgpalmer	mknod \
56111716Smckusick	mksnap_ffs \
5738653Sgpalmer	mount \
5838653Sgpalmer	mount_cd9660 \
5977577Sru	mount_msdosfs \
6038653Sgpalmer	mount_nfs \
6143557Ssemenu	mount_ntfs \
6277042Sru	mount_nullfs \
6394658Sscottl	mount_udf \
6477042Sru	mount_unionfs \
65183242Ssam	${_natd} \
6638653Sgpalmer	newfs \
6738653Sgpalmer	newfs_msdos \
68100636Speter	nfsiod \
6938653Sgpalmer	nos-tun \
70126756Smlaier	${_pfctl} \
71126756Smlaier	${_pflogd} \
7238653Sgpalmer	ping \
73124587Sru	${_ping6} \
74183242Ssam	${_quotacheck} \
7598187Sgordon	rcorder \
7638653Sgpalmer	reboot \
77170636Sphk	recoverdisk \
7838653Sgpalmer	restore \
7938653Sgpalmer	route \
80183242Ssam	${_routed} \
81160757Syar	${_rtsol} \
8293651Smarcel	savecore \
83124587Sru	${_sconfig} \
84151270Spjd	setkey \
8538653Sgpalmer	shutdown \
8641061Sbde	spppcontrol \
87180247Smarcel	${_sunlabel} \
8885469Sru	swapon \
8946878Sobrien	sysctl \
9038653Sgpalmer	tunefs \
91124587Sru	umount \
9210855Sjoerg
93156813Sru.if ${MK_ATM} != "no"
94124587Sru_atm=		atm
95119506Sphk.endif
96119506Sphk
97156813Sru.if ${MK_CXX} != "no"
98124587Sru_devd=		devd
99111202Sobrien.endif
100111202Sobrien
101156813Sru.if ${MK_IPFILTER} != "no"
102124587Sru_ipf=		ipf
10392868Sru.endif
10492868Sru
105183242Ssam.if ${MK_IPFW} != "no"
106183242Ssam_ipfw=		ipfw
107183242Ssam_natd=		natd
108183242Ssam.endif
109183242Ssam
110156813Sru.if ${MK_PF} != "no"
111126756Smlaier_pfctl=		pfctl
112126756Smlaier_pflogd=	pflogd
113126756Smlaier.endif
114126756Smlaier
115156813Sru.if ${MK_INET6} != "no"
116124587Sru_ping6=		ping6
117160757Syar_rtsol=		rtsol
118119506Sphk.endif
119119506Sphk
120180331Smarcel.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "powerpc"
121180229Smarcel_bsdlabel=	bsdlabel
122180229Smarcel.endif
123180229Smarcel
124183242Ssam.if ${MK_QUOTAS} != "no"
125183242Ssam_quotacheck=	quotacheck
126183242Ssam.endif
127183242Ssam
128183242Ssam.if ${MK_ROUTED} != "no"
129183242Ssam_routed=	routed
130183242Ssam.endif
131183242Ssam
13285954Speter.if ${MACHINE_ARCH} == "i386"
133124587Sru.if ${MACHINE} == "i386"
134124587Sru_fdisk=		fdisk
135124587Sru.elif ${MACHINE} == "pc98"
136124587Sru_fdisk_pc98=	fdisk_pc98
13744317Sjkh.endif
138124587Sru_sconfig=	sconfig
13986032Speter.endif
14044317Sjkh
141124587Sru.if ${MACHINE_ARCH} == "amd64"
142124587Sru_fdisk=		fdisk
14338458Sjb.endif
14438458Sjb
145150876Scognet.if ${MACHINE_ARCH} == "arm"
146150876Scognet_fdisk=		fdisk
147150876Scognet.endif
148150876Scognet
149124587Sru.if ${MACHINE_ARCH} == "ia64"
150124587Sru_mca=		mca
151115110Speter.endif
152115110Speter
153180247Smarcel.if ${MACHINE_ARCH} == "sparc64"
154180247Smarcel_sunlabel=	sunlabel
155180247Smarcel.endif
156180247Smarcel
1571558Srgrimes.include <bsd.subdir.mk>
158