xref: /freebsd/sbin/Makefile (revision 4879cc0787939b3dd469388e332231cbdc4e20ea)
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 \
729ad98daSSøren Schmidt	atacontrol \
8cffd2ca4SBruce Evans	atm \
93f8c4506SPoul-Henning Kamp	badsect \
10431b8233SJustin T. Gibbs	camcontrol \
11cb7f1224SGary Palmer	ccdconfig \
12cb7f1224SGary Palmer	clri \
13e330fda4SPeter Wemm	comcontrol \
148d7e75d8SDavid E. O'Brien	dhclient \
15cb7f1224SGary Palmer	disklabel \
16cb7f1224SGary Palmer	dmesg \
17cb7f1224SGary Palmer	dump \
18cb7f1224SGary Palmer	dumpfs \
19cb7f1224SGary Palmer	dumpon \
203d500078SThomas-Henning von Kamptz	ffsinfo \
21cb7f1224SGary Palmer	fsck \
225332f2e5SAdrian Chadd	fsck_ifs \
23d9f97000SAdrian Chadd	fsck_ffs \
244879cc07SDavid E. O'Brien	fsck_msdosfs \
25cb7f1224SGary Palmer	fsdb \
26cb7f1224SGary Palmer	fsirand \
273d500078SThomas-Henning von Kamptz	growfs \
28cb7f1224SGary Palmer	ifconfig \
29cb7f1224SGary Palmer	init \
30210d0432SYoshinobu Inoue	ip6fw \
31fceb9c0eSGuido van Rooij	ipf \
3246eae78aSGuido van Rooij	ipfstat \
33cb7f1224SGary Palmer	ipfw \
3446eae78aSGuido van Rooij	ipmon \
3546eae78aSGuido van Rooij	ipnat \
361e1e0f98SPeter Pentchev	kldconfig \
37cb7f1224SGary Palmer	kldload \
38cb7f1224SGary Palmer	kldstat \
39cb7f1224SGary Palmer	kldunload \
40120e8c9dSJohn Birrell	ldconfig \
41cb7f1224SGary Palmer	md5 \
4283baa1a0SPoul-Henning Kamp	mdconfig \
432e6781fdSDima Dorfman	mdmfs \
44cb7f1224SGary Palmer	mknod \
45cb7f1224SGary Palmer	mount \
46cb7f1224SGary Palmer	mount_cd9660 \
47cb7f1224SGary Palmer	mount_ext2fs \
485332f2e5SAdrian Chadd	mount_ifs \
494ccd7546SRuslan Ermilov	mount_msdosfs \
50cb7f1224SGary Palmer	mount_nfs \
515287191eSSemen Ustimenko	mount_ntfs \
526ad10804SRuslan Ermilov	mount_nullfs \
536ad10804SRuslan Ermilov	mount_portalfs \
54cb7f1224SGary Palmer	mount_std \
556ad10804SRuslan Ermilov	mount_umapfs \
566ad10804SRuslan Ermilov	mount_unionfs \
57cb7f1224SGary Palmer	mountd \
582f9a9cb0SBrian Somers	natd \
59cb7f1224SGary Palmer	newfs \
60cb7f1224SGary Palmer	newfs_msdos \
61cb7f1224SGary Palmer	nfsd \
62cb7f1224SGary Palmer	nfsiod \
63cb7f1224SGary Palmer	nologin \
64cb7f1224SGary Palmer	nos-tun \
65cb7f1224SGary Palmer	ping \
667d56d374SYoshinobu Inoue	ping6 \
67cb7f1224SGary Palmer	quotacheck \
68cb7f1224SGary Palmer	reboot \
69cb7f1224SGary Palmer	restore \
70cb7f1224SGary Palmer	route \
71cb7f1224SGary Palmer	routed \
727d56d374SYoshinobu Inoue	rtsol \
73cb7f1224SGary Palmer	savecore \
74cb7f1224SGary Palmer	shutdown \
75cb7f1224SGary Palmer	slattach \
76cb7f1224SGary Palmer	spppcontrol \
77cffd2ca4SBruce Evans	startslip \
78ce68c992SDavid E. O'Brien	sysctl \
79cb7f1224SGary Palmer	swapon \
80cb7f1224SGary Palmer	tunefs \
81580d0d02SSøren Schmidt	umount \
82580d0d02SSøren Schmidt	vinum
835319d452SPoul-Henning Kamp
84c54f4a75SJordan K. Hubbard.if ${MACHINE_ARCH} == i386
85a51e71fcSBoris PopovSUBDIR+=	kget mount_nwfs
86c54f4a75SJordan K. Hubbard.endif
87c54f4a75SJordan K. Hubbard
881c206c59SKATO Takenori.if exists(${.CURDIR}/${MACHINE})
891c206c59SKATO TakenoriSUBDIR+= ${MACHINE}
9033b51c50SJohn Birrell.endif
9133b51c50SJohn Birrell
928fae3551SRodney W. Grimes.include <bsd.subdir.mk>
93