xref: /freebsd/sbin/Makefile (revision e330fda4)
18fae3551SRodney W. Grimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
27f3dea24SPeter Wemm# $FreeBSD$
38fae3551SRodney W. Grimes
430a2d550SPeter Wemm# XXX MISSING:		icheck ncheck
5229b772dSJoerg Wunsch
6cffd2ca4SBruce EvansSUBDIR=	adjkerntz \
7cffd2ca4SBruce Evans	atm \
83f8c4506SPoul-Henning Kamp	badsect \
9431b8233SJustin T. Gibbs	camcontrol \
10cb7f1224SGary Palmer	ccdconfig \
11cb7f1224SGary Palmer	clri \
12e330fda4SPeter Wemm	comcontrol \
138d7e75d8SDavid E. O'Brien	dhclient \
14cb7f1224SGary Palmer	disklabel \
15cb7f1224SGary Palmer	dmesg \
16cb7f1224SGary Palmer	dump \
17cb7f1224SGary Palmer	dumpfs \
18cb7f1224SGary Palmer	dumpon \
19cb7f1224SGary Palmer	fsck \
20cb7f1224SGary Palmer	fsdb \
21cb7f1224SGary Palmer	fsirand \
22cb7f1224SGary Palmer	ifconfig \
23cb7f1224SGary Palmer	init \
24fceb9c0eSGuido van Rooij	ipf \
2546eae78aSGuido van Rooij	ipfstat \
26cb7f1224SGary Palmer	ipfw \
2746eae78aSGuido van Rooij	ipmon \
2846eae78aSGuido van Rooij	ipnat \
29cb7f1224SGary Palmer	kldload \
30cb7f1224SGary Palmer	kldstat \
31cb7f1224SGary Palmer	kldunload \
32120e8c9dSJohn Birrell	ldconfig \
33cb7f1224SGary Palmer	md5 \
34cb7f1224SGary Palmer	mknod \
35cb7f1224SGary Palmer	mount \
36cb7f1224SGary Palmer	mount_cd9660 \
37cb7f1224SGary Palmer	mount_ext2fs \
38e330fda4SPeter Wemm	mount_msdos \
39cb7f1224SGary Palmer	mount_nfs \
405287191eSSemen Ustimenko	mount_ntfs \
41cb7f1224SGary Palmer	mount_null \
42cb7f1224SGary Palmer	mount_portal \
43cb7f1224SGary Palmer	mount_std \
44cb7f1224SGary Palmer	mount_umap \
45cb7f1224SGary Palmer	mount_union \
46cb7f1224SGary Palmer	mountd \
472f9a9cb0SBrian Somers	natd \
48cb7f1224SGary Palmer	newfs \
49cb7f1224SGary Palmer	newfs_msdos \
50cb7f1224SGary Palmer	nfsd \
51cb7f1224SGary Palmer	nfsiod \
52cb7f1224SGary Palmer	nologin \
53cb7f1224SGary Palmer	nos-tun \
54cb7f1224SGary Palmer	ping \
557d56d374SYoshinobu Inoue	ping6 \
56cb7f1224SGary Palmer	quotacheck \
57cb7f1224SGary Palmer	reboot \
58cb7f1224SGary Palmer	restore \
59cb7f1224SGary Palmer	route \
60cb7f1224SGary Palmer	routed \
617d56d374SYoshinobu Inoue	rtsol \
62cb7f1224SGary Palmer	savecore \
63cb7f1224SGary Palmer	shutdown \
64cb7f1224SGary Palmer	slattach \
65cb7f1224SGary Palmer	spppcontrol \
66cffd2ca4SBruce Evans	startslip \
67ce68c992SDavid E. O'Brien	sysctl \
68cb7f1224SGary Palmer	swapon \
69cb7f1224SGary Palmer	tunefs \
70580d0d02SSøren Schmidt	umount \
71580d0d02SSøren Schmidt	vinum
725319d452SPoul-Henning Kamp
73c54f4a75SJordan K. Hubbard.if ${MACHINE_ARCH} == i386
74a51e71fcSBoris PopovSUBDIR+=	kget mount_nwfs
75c54f4a75SJordan K. Hubbard.endif
76c54f4a75SJordan K. Hubbard
77b8f26023SJohn Birrell.if exists(${.CURDIR}/${MACHINE_ARCH})
78b8f26023SJohn BirrellSUBDIR+= ${MACHINE_ARCH}
7933b51c50SJohn Birrell.endif
8033b51c50SJohn Birrell
818fae3551SRodney W. Grimes.include <bsd.subdir.mk>
82