xref: /freebsd/sbin/Makefile (revision a51e71fc)
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 \
128d7e75d8SDavid E. O'Brien	dhclient \
13cb7f1224SGary Palmer	disklabel \
14cb7f1224SGary Palmer	dmesg \
15cb7f1224SGary Palmer	dump \
16cb7f1224SGary Palmer	dumpfs \
17cb7f1224SGary Palmer	dumpon \
18cb7f1224SGary Palmer	fsck \
19cb7f1224SGary Palmer	fsdb \
20cb7f1224SGary Palmer	fsirand \
21cb7f1224SGary Palmer	ifconfig \
22cb7f1224SGary Palmer	init \
23cb7f1224SGary Palmer	ipfw \
24cb7f1224SGary Palmer	kldload \
25cb7f1224SGary Palmer	kldstat \
26cb7f1224SGary Palmer	kldunload \
27120e8c9dSJohn Birrell	ldconfig \
28cb7f1224SGary Palmer	md5 \
29cb7f1224SGary Palmer	mknod \
30cb7f1224SGary Palmer	mount \
31cb7f1224SGary Palmer	mount_cd9660 \
32cb7f1224SGary Palmer	mount_ext2fs \
33cb7f1224SGary Palmer	mount_nfs \
345287191eSSemen Ustimenko	mount_ntfs \
35cb7f1224SGary Palmer	mount_null \
36cb7f1224SGary Palmer	mount_portal \
37cb7f1224SGary Palmer	mount_std \
38cb7f1224SGary Palmer	mount_umap \
39cb7f1224SGary Palmer	mount_union \
40cb7f1224SGary Palmer	mountd \
412f9a9cb0SBrian Somers	natd \
42cb7f1224SGary Palmer	newfs \
43cb7f1224SGary Palmer	newfs_msdos \
44cb7f1224SGary Palmer	nfsd \
45cb7f1224SGary Palmer	nfsiod \
46cb7f1224SGary Palmer	nologin \
47cb7f1224SGary Palmer	nos-tun \
48cb7f1224SGary Palmer	ping \
49cb7f1224SGary Palmer	quotacheck \
50cb7f1224SGary Palmer	reboot \
51cb7f1224SGary Palmer	restore \
52cb7f1224SGary Palmer	route \
53cb7f1224SGary Palmer	routed \
54cb7f1224SGary Palmer	savecore \
55cb7f1224SGary Palmer	shutdown \
56cb7f1224SGary Palmer	slattach \
57cb7f1224SGary Palmer	spppcontrol \
58cffd2ca4SBruce Evans	startslip \
59ce68c992SDavid E. O'Brien	sysctl \
60cb7f1224SGary Palmer	swapon \
61cb7f1224SGary Palmer	tunefs \
62580d0d02SSøren Schmidt	umount \
63580d0d02SSøren Schmidt	vinum
645319d452SPoul-Henning Kamp
65c54f4a75SJordan K. Hubbard.if ${MACHINE_ARCH} == i386
66a51e71fcSBoris PopovSUBDIR+=	kget mount_nwfs
67c54f4a75SJordan K. Hubbard.endif
68c54f4a75SJordan K. Hubbard
69b8f26023SJohn Birrell.if exists(${.CURDIR}/${MACHINE_ARCH})
70b8f26023SJohn BirrellSUBDIR+= ${MACHINE_ARCH}
7133b51c50SJohn Birrell.endif
7233b51c50SJohn Birrell
738fae3551SRodney W. Grimes.include <bsd.subdir.mk>
74