xref: /freebsd/sbin/Makefile (revision 3f8c4506)
18fae3551SRodney W. Grimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
23f8c4506SPoul-Henning Kamp#	$Id: Makefile,v 1.55 1998/09/15 10:25:04 gibbs Exp $
38fae3551SRodney W. Grimes
430a2d550SPeter Wemm# XXX MISSING:		icheck ncheck
5229b772dSJoerg Wunsch
63f8c4506SPoul-Henning KampSUBDIR=	atm \
73f8c4506SPoul-Henning Kamp	badsect \
8431b8233SJustin T. Gibbs	camcontrol \
9cb7f1224SGary Palmer	ccdconfig \
10cb7f1224SGary Palmer	clri \
11cb7f1224SGary Palmer	disklabel \
12cb7f1224SGary Palmer	dmesg \
13cb7f1224SGary Palmer	dset \
14cb7f1224SGary Palmer	dump \
15cb7f1224SGary Palmer	dumpfs \
16cb7f1224SGary Palmer	dumpon \
17cb7f1224SGary Palmer	fsck \
18cb7f1224SGary Palmer	fsdb \
19cb7f1224SGary Palmer	fsirand \
20cb7f1224SGary Palmer	ifconfig \
21cb7f1224SGary Palmer	init \
22cb7f1224SGary Palmer	ipf \
23cb7f1224SGary Palmer	ipfw \
24cb7f1224SGary Palmer	kldload \
25cb7f1224SGary Palmer	kldstat \
26cb7f1224SGary Palmer	kldunload \
27120e8c9dSJohn Birrell	ldconfig \
28cb7f1224SGary Palmer	md5 \
29cb7f1224SGary Palmer	mknod \
30cb7f1224SGary Palmer	modload \
31cb7f1224SGary Palmer	modunload \
32cb7f1224SGary Palmer	mount \
33cb7f1224SGary Palmer	mount_cd9660 \
34cb7f1224SGary Palmer	mount_ext2fs \
35cb7f1224SGary Palmer	mount_nfs \
36cb7f1224SGary Palmer	mount_null \
37cb7f1224SGary Palmer	mount_portal \
38cb7f1224SGary Palmer	mount_std \
39cb7f1224SGary Palmer	mount_umap \
40cb7f1224SGary Palmer	mount_union \
41cb7f1224SGary Palmer	mountd \
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	startslip \
58cb7f1224SGary Palmer	spppcontrol \
59cb7f1224SGary Palmer	swapon \
60cb7f1224SGary Palmer	tunefs \
61cb7f1224SGary Palmer	umount
625319d452SPoul-Henning Kamp
63b8f26023SJohn Birrell.if exists(${.CURDIR}/${MACHINE_ARCH})
64b8f26023SJohn BirrellSUBDIR+= ${MACHINE_ARCH}
6533b51c50SJohn Birrell.endif
6633b51c50SJohn Birrell
67ce27694fSJohn Birrell.if ${MACHINE_ARCH} == "i386"
68431b8233SJustin T. GibbsSUBDIR+=adjkerntz
693e1d4f32SGary Palmer.endif
708fae3551SRodney W. Grimes
718fae3551SRodney W. Grimes.include <bsd.subdir.mk>
72