xref: /freebsd/sbin/Makefile (revision cb7f1224bbe85d9e1f650d89d2396419baf06676)
18fae3551SRodney W. Grimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
2cb7f1224SGary Palmer#	$Id: Makefile,v 1.51 1998/08/20 20:47:49 jb 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 \
25cb7f1224SGary Palmer	md5 \
26cb7f1224SGary Palmer	mknod \
27cb7f1224SGary Palmer	modload \
28cb7f1224SGary Palmer	modunload \
29cb7f1224SGary Palmer	mount \
30cb7f1224SGary Palmer	mount_cd9660 \
31cb7f1224SGary Palmer	mount_ext2fs \
32cb7f1224SGary Palmer	mount_nfs \
33cb7f1224SGary Palmer	mount_null \
34cb7f1224SGary Palmer	mount_portal \
35cb7f1224SGary Palmer	mount_std \
36cb7f1224SGary Palmer	mount_umap \
37cb7f1224SGary Palmer	mount_union \
38cb7f1224SGary Palmer	mountd \
39cb7f1224SGary Palmer	newfs \
40cb7f1224SGary Palmer	newfs_msdos \
41cb7f1224SGary Palmer	nfsd \
42cb7f1224SGary Palmer	nfsiod \
43cb7f1224SGary Palmer	nologin \
44cb7f1224SGary Palmer	nos-tun \
45cb7f1224SGary Palmer	ping \
46cb7f1224SGary Palmer	quotacheck \
47cb7f1224SGary Palmer	reboot \
48cb7f1224SGary Palmer	restore \
49cb7f1224SGary Palmer	route \
50cb7f1224SGary Palmer	routed \
51cb7f1224SGary Palmer	savecore \
52cb7f1224SGary Palmer	scsiformat \
53cb7f1224SGary Palmer	shutdown \
54cb7f1224SGary Palmer	slattach \
55cb7f1224SGary Palmer	startslip \
56cb7f1224SGary Palmer	spppcontrol \
57cb7f1224SGary Palmer	swapon \
58cb7f1224SGary Palmer	tunefs \
59cb7f1224SGary Palmer	umount
605319d452SPoul-Henning Kamp
6133b51c50SJohn Birrell.if exists(${.CURDIR}/${MACHINE})
6233b51c50SJohn BirrellSUBDIR+= ${MACHINE}
6333b51c50SJohn Birrell.endif
6433b51c50SJohn Birrell
65ce27694fSJohn Birrell.if ${MACHINE_ARCH} == "i386"
66cb7f1224SGary PalmerSUBDIR+=adjkerntz \
67cb7f1224SGary Palmer	ldconfig \
68cb7f1224SGary Palmer	scsi
693e1d4f32SGary Palmer.endif
708fae3551SRodney W. Grimes
718fae3551SRodney W. Grimes.include <bsd.subdir.mk>
72