xref: /freebsd/sbin/Makefile (revision cffd2ca48b945474b4437ae7f33161350afa9283)
18fae3551SRodney W. Grimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
2cffd2ca4SBruce Evans#	$Id: Makefile,v 1.58 1998/11/09 21:52:50 dima Exp $
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 \
12cb7f1224SGary Palmer	disklabel \
13cb7f1224SGary Palmer	dmesg \
14cb7f1224SGary Palmer	dset \
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	ipf \
24cb7f1224SGary Palmer	ipfw \
25cb7f1224SGary Palmer	kldload \
26cb7f1224SGary Palmer	kldstat \
27cb7f1224SGary Palmer	kldunload \
28120e8c9dSJohn Birrell	ldconfig \
29cb7f1224SGary Palmer	md5 \
30cb7f1224SGary Palmer	mknod \
31cb7f1224SGary Palmer	modload \
32cb7f1224SGary Palmer	modunload \
33cb7f1224SGary Palmer	mount \
34cb7f1224SGary Palmer	mount_cd9660 \
35cb7f1224SGary Palmer	mount_ext2fs \
36cb7f1224SGary Palmer	mount_nfs \
37cb7f1224SGary Palmer	mount_null \
38cb7f1224SGary Palmer	mount_portal \
39cb7f1224SGary Palmer	mount_std \
40cb7f1224SGary Palmer	mount_umap \
41cb7f1224SGary Palmer	mount_union \
42cb7f1224SGary Palmer	mountd \
43cb7f1224SGary Palmer	newfs \
44cb7f1224SGary Palmer	newfs_msdos \
45cb7f1224SGary Palmer	nfsd \
46cb7f1224SGary Palmer	nfsiod \
47cb7f1224SGary Palmer	nologin \
48cb7f1224SGary Palmer	nos-tun \
49cb7f1224SGary Palmer	ping \
50cb7f1224SGary Palmer	quotacheck \
51cb7f1224SGary Palmer	reboot \
52cb7f1224SGary Palmer	restore \
53cb7f1224SGary Palmer	route \
54cb7f1224SGary Palmer	routed \
55cb7f1224SGary Palmer	savecore \
56cb7f1224SGary Palmer	shutdown \
57cb7f1224SGary Palmer	slattach \
58cb7f1224SGary Palmer	spppcontrol \
59cffd2ca4SBruce Evans	startslip \
60cb7f1224SGary Palmer	swapon \
61cb7f1224SGary Palmer	tunefs \
623d8357b4SGreg Lehey	umount \
633d8357b4SGreg Lehey	vinum
645319d452SPoul-Henning Kamp
65b8f26023SJohn Birrell.if exists(${.CURDIR}/${MACHINE_ARCH})
66b8f26023SJohn BirrellSUBDIR+= ${MACHINE_ARCH}
6733b51c50SJohn Birrell.endif
6833b51c50SJohn Birrell
698fae3551SRodney W. Grimes.include <bsd.subdir.mk>
70