xref: /freebsd/sbin/Makefile (revision 093a27108a3a05883c8dec60fad85dfeb87816ad)
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 \
14093a2710SJonathan Lemon	conscontrol \
158d7e75d8SDavid E. O'Brien	dhclient \
16cb7f1224SGary Palmer	disklabel \
17cb7f1224SGary Palmer	dmesg \
18cb7f1224SGary Palmer	dump \
19cb7f1224SGary Palmer	dumpfs \
20cb7f1224SGary Palmer	dumpon \
213d500078SThomas-Henning von Kamptz	ffsinfo \
22cb7f1224SGary Palmer	fsck \
23d9f97000SAdrian Chadd	fsck_ffs \
24863f7db9SDavid E. O'Brien	fsck_ifs \
254879cc07SDavid E. O'Brien	fsck_msdosfs \
26cb7f1224SGary Palmer	fsdb \
27cb7f1224SGary Palmer	fsirand \
283d500078SThomas-Henning von Kamptz	growfs \
29cb7f1224SGary Palmer	ifconfig \
30cb7f1224SGary Palmer	init \
31210d0432SYoshinobu Inoue	ip6fw \
32fceb9c0eSGuido van Rooij	ipf \
33d70e0943SDarren Reed	ipfs \
3446eae78aSGuido van Rooij	ipfstat \
35cb7f1224SGary Palmer	ipfw \
3646eae78aSGuido van Rooij	ipmon \
3746eae78aSGuido van Rooij	ipnat \
381e1e0f98SPeter Pentchev	kldconfig \
39cb7f1224SGary Palmer	kldload \
40cb7f1224SGary Palmer	kldstat \
41cb7f1224SGary Palmer	kldunload \
42120e8c9dSJohn Birrell	ldconfig \
43cb7f1224SGary Palmer	md5 \
4483baa1a0SPoul-Henning Kamp	mdconfig \
452e6781fdSDima Dorfman	mdmfs \
46cb7f1224SGary Palmer	mknod \
47cb7f1224SGary Palmer	mount \
48cb7f1224SGary Palmer	mount_cd9660 \
49cb7f1224SGary Palmer	mount_ext2fs \
505332f2e5SAdrian Chadd	mount_ifs \
514ccd7546SRuslan Ermilov	mount_msdosfs \
52cb7f1224SGary Palmer	mount_nfs \
535287191eSSemen Ustimenko	mount_ntfs \
546ad10804SRuslan Ermilov	mount_nullfs \
556ad10804SRuslan Ermilov	mount_portalfs \
56cb7f1224SGary Palmer	mount_std \
576ad10804SRuslan Ermilov	mount_umapfs \
586ad10804SRuslan Ermilov	mount_unionfs \
59cb7f1224SGary Palmer	mountd \
602f9a9cb0SBrian Somers	natd \
61cb7f1224SGary Palmer	newfs \
62cb7f1224SGary Palmer	newfs_msdos \
63cb7f1224SGary Palmer	nfsd \
64cb7f1224SGary Palmer	nologin \
65cb7f1224SGary Palmer	nos-tun \
66cb7f1224SGary Palmer	ping \
677d56d374SYoshinobu Inoue	ping6 \
68cb7f1224SGary Palmer	quotacheck \
69cb7f1224SGary Palmer	reboot \
70cb7f1224SGary Palmer	restore \
71cb7f1224SGary Palmer	route \
72cb7f1224SGary Palmer	routed \
737d56d374SYoshinobu Inoue	rtsol \
74cb7f1224SGary Palmer	savecore \
75cb7f1224SGary Palmer	shutdown \
76cb7f1224SGary Palmer	slattach \
77cb7f1224SGary Palmer	spppcontrol \
78cffd2ca4SBruce Evans	startslip \
79ce68c992SDavid E. O'Brien	sysctl \
80cb7f1224SGary Palmer	swapon \
81cb7f1224SGary Palmer	tunefs \
82580d0d02SSøren Schmidt	umount \
83580d0d02SSøren Schmidt	vinum
845319d452SPoul-Henning Kamp
85c54f4a75SJordan K. Hubbard.if ${MACHINE_ARCH} == i386
86a51e71fcSBoris PopovSUBDIR+=	kget mount_nwfs
87c54f4a75SJordan K. Hubbard.endif
88c54f4a75SJordan K. Hubbard
891c206c59SKATO Takenori.if exists(${.CURDIR}/${MACHINE})
901c206c59SKATO TakenoriSUBDIR+= ${MACHINE}
9133b51c50SJohn Birrell.endif
9233b51c50SJohn Birrell
938fae3551SRodney W. Grimes.include <bsd.subdir.mk>
94