xref: /freebsd/sbin/Makefile (revision 3d5000784d3a114a0c853b05fcb6faed5583d92b)
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 \
12e330fda4SPeter Wemm	comcontrol \
138d7e75d8SDavid E. O'Brien	dhclient \
14cb7f1224SGary Palmer	disklabel \
15cb7f1224SGary Palmer	dmesg \
16cb7f1224SGary Palmer	dump \
17cb7f1224SGary Palmer	dumpfs \
18cb7f1224SGary Palmer	dumpon \
193d500078SThomas-Henning von Kamptz	ffsinfo \
20cb7f1224SGary Palmer	fsck \
215332f2e5SAdrian Chadd	fsck_ifs \
22d9f97000SAdrian Chadd	fsck_ffs \
23cb7f1224SGary Palmer	fsdb \
24cb7f1224SGary Palmer	fsirand \
253d500078SThomas-Henning von Kamptz	growfs \
26cb7f1224SGary Palmer	ifconfig \
27cb7f1224SGary Palmer	init \
28210d0432SYoshinobu Inoue	ip6fw \
29fceb9c0eSGuido van Rooij	ipf \
3046eae78aSGuido van Rooij	ipfstat \
31cb7f1224SGary Palmer	ipfw \
3246eae78aSGuido van Rooij	ipmon \
3346eae78aSGuido van Rooij	ipnat \
34cb7f1224SGary Palmer	kldload \
35cb7f1224SGary Palmer	kldstat \
36cb7f1224SGary Palmer	kldunload \
37120e8c9dSJohn Birrell	ldconfig \
38cb7f1224SGary Palmer	md5 \
39cb7f1224SGary Palmer	mknod \
40cb7f1224SGary Palmer	mount \
41cb7f1224SGary Palmer	mount_cd9660 \
42cb7f1224SGary Palmer	mount_ext2fs \
435332f2e5SAdrian Chadd	mount_ifs \
44e330fda4SPeter Wemm	mount_msdos \
45cb7f1224SGary Palmer	mount_nfs \
465287191eSSemen Ustimenko	mount_ntfs \
47cb7f1224SGary Palmer	mount_null \
48cb7f1224SGary Palmer	mount_portal \
49cb7f1224SGary Palmer	mount_std \
50cb7f1224SGary Palmer	mount_umap \
51cb7f1224SGary Palmer	mount_union \
52cb7f1224SGary Palmer	mountd \
532f9a9cb0SBrian Somers	natd \
54cb7f1224SGary Palmer	newfs \
55cb7f1224SGary Palmer	newfs_msdos \
56cb7f1224SGary Palmer	nfsd \
57cb7f1224SGary Palmer	nfsiod \
58cb7f1224SGary Palmer	nologin \
59cb7f1224SGary Palmer	nos-tun \
60cb7f1224SGary Palmer	ping \
617d56d374SYoshinobu Inoue	ping6 \
62cb7f1224SGary Palmer	quotacheck \
63cb7f1224SGary Palmer	reboot \
64cb7f1224SGary Palmer	restore \
65cb7f1224SGary Palmer	route \
66cb7f1224SGary Palmer	routed \
677d56d374SYoshinobu Inoue	rtsol \
68cb7f1224SGary Palmer	savecore \
69cb7f1224SGary Palmer	shutdown \
70cb7f1224SGary Palmer	slattach \
71cb7f1224SGary Palmer	spppcontrol \
72cffd2ca4SBruce Evans	startslip \
73ce68c992SDavid E. O'Brien	sysctl \
74cb7f1224SGary Palmer	swapon \
75cb7f1224SGary Palmer	tunefs \
76580d0d02SSøren Schmidt	umount \
77580d0d02SSøren Schmidt	vinum
785319d452SPoul-Henning Kamp
79c54f4a75SJordan K. Hubbard.if ${MACHINE_ARCH} == i386
80a51e71fcSBoris PopovSUBDIR+=	kget mount_nwfs
81c54f4a75SJordan K. Hubbard.endif
82c54f4a75SJordan K. Hubbard
831c206c59SKATO Takenori.if exists(${.CURDIR}/${MACHINE})
841c206c59SKATO TakenoriSUBDIR+= ${MACHINE}
8533b51c50SJohn Birrell.endif
8633b51c50SJohn Birrell
878fae3551SRodney W. Grimes.include <bsd.subdir.mk>
88