xref: /freebsd/sbin/Makefile (revision 120e8c9dfbe744c3916dfb9b41a0c6fd20958bc4)
18fae3551SRodney W. Grimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
2120e8c9dSJohn Birrell#	$Id: Makefile,v 1.52 1998/08/30 20:27:37 gpalmer Exp $
38fae3551SRodney W. Grimes
430a2d550SPeter Wemm# XXX MISSING:		icheck ncheck
5229b772dSJoerg Wunsch
6cb7f1224SGary PalmerSUBDIR= badsect \
7cb7f1224SGary Palmer	ccdconfig \
8cb7f1224SGary Palmer	clri \
9cb7f1224SGary Palmer	disklabel \
10cb7f1224SGary Palmer	dmesg \
11cb7f1224SGary Palmer	dset \
12cb7f1224SGary Palmer	dump \
13cb7f1224SGary Palmer	dumpfs \
14cb7f1224SGary Palmer	dumpon \
15cb7f1224SGary Palmer	fsck \
16cb7f1224SGary Palmer	fsdb \
17cb7f1224SGary Palmer	fsirand \
18cb7f1224SGary Palmer	ifconfig \
19cb7f1224SGary Palmer	init \
20cb7f1224SGary Palmer	ipf \
21cb7f1224SGary Palmer	ipfw \
22cb7f1224SGary Palmer	kldload \
23cb7f1224SGary Palmer	kldstat \
24cb7f1224SGary Palmer	kldunload \
25120e8c9dSJohn Birrell	ldconfig \
26cb7f1224SGary Palmer	md5 \
27cb7f1224SGary Palmer	mknod \
28cb7f1224SGary Palmer	modload \
29cb7f1224SGary Palmer	modunload \
30cb7f1224SGary Palmer	mount \
31cb7f1224SGary Palmer	mount_cd9660 \
32cb7f1224SGary Palmer	mount_ext2fs \
33cb7f1224SGary Palmer	mount_nfs \
34cb7f1224SGary Palmer	mount_null \
35cb7f1224SGary Palmer	mount_portal \
36cb7f1224SGary Palmer	mount_std \
37cb7f1224SGary Palmer	mount_umap \
38cb7f1224SGary Palmer	mount_union \
39cb7f1224SGary Palmer	mountd \
40cb7f1224SGary Palmer	newfs \
41cb7f1224SGary Palmer	newfs_msdos \
42cb7f1224SGary Palmer	nfsd \
43cb7f1224SGary Palmer	nfsiod \
44cb7f1224SGary Palmer	nologin \
45cb7f1224SGary Palmer	nos-tun \
46cb7f1224SGary Palmer	ping \
47cb7f1224SGary Palmer	quotacheck \
48cb7f1224SGary Palmer	reboot \
49cb7f1224SGary Palmer	restore \
50cb7f1224SGary Palmer	route \
51cb7f1224SGary Palmer	routed \
52cb7f1224SGary Palmer	savecore \
53cb7f1224SGary Palmer	scsiformat \
54cb7f1224SGary Palmer	shutdown \
55cb7f1224SGary Palmer	slattach \
56cb7f1224SGary Palmer	startslip \
57cb7f1224SGary Palmer	spppcontrol \
58cb7f1224SGary Palmer	swapon \
59cb7f1224SGary Palmer	tunefs \
60cb7f1224SGary Palmer	umount
615319d452SPoul-Henning Kamp
6233b51c50SJohn Birrell.if exists(${.CURDIR}/${MACHINE})
6333b51c50SJohn BirrellSUBDIR+= ${MACHINE}
6433b51c50SJohn Birrell.endif
6533b51c50SJohn Birrell
66ce27694fSJohn Birrell.if ${MACHINE_ARCH} == "i386"
67cb7f1224SGary PalmerSUBDIR+=adjkerntz \
68cb7f1224SGary Palmer	scsi
693e1d4f32SGary Palmer.endif
708fae3551SRodney W. Grimes
718fae3551SRodney W. Grimes.include <bsd.subdir.mk>
72