xref: /freebsd/sbin/Makefile (revision 4ccd7546866d13c42b6d7339d42671baf7c38ff9)
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 \
24cb7f1224SGary Palmer	fsdb \
25cb7f1224SGary Palmer	fsirand \
263d500078SThomas-Henning von Kamptz	growfs \
27cb7f1224SGary Palmer	ifconfig \
28cb7f1224SGary Palmer	init \
29210d0432SYoshinobu Inoue	ip6fw \
30fceb9c0eSGuido van Rooij	ipf \
3146eae78aSGuido van Rooij	ipfstat \
32cb7f1224SGary Palmer	ipfw \
3346eae78aSGuido van Rooij	ipmon \
3446eae78aSGuido van Rooij	ipnat \
35cb7f1224SGary Palmer	kldload \
36cb7f1224SGary Palmer	kldstat \
37cb7f1224SGary Palmer	kldunload \
38120e8c9dSJohn Birrell	ldconfig \
39cb7f1224SGary Palmer	md5 \
4083baa1a0SPoul-Henning Kamp	mdconfig \
41cb7f1224SGary Palmer	mknod \
42cb7f1224SGary Palmer	mount \
43cb7f1224SGary Palmer	mount_cd9660 \
44cb7f1224SGary Palmer	mount_ext2fs \
455332f2e5SAdrian Chadd	mount_ifs \
464ccd7546SRuslan Ermilov	mount_msdosfs \
47cb7f1224SGary Palmer	mount_nfs \
485287191eSSemen Ustimenko	mount_ntfs \
496ad10804SRuslan Ermilov	mount_nullfs \
506ad10804SRuslan Ermilov	mount_portalfs \
51cb7f1224SGary Palmer	mount_std \
526ad10804SRuslan Ermilov	mount_umapfs \
536ad10804SRuslan Ermilov	mount_unionfs \
54cb7f1224SGary Palmer	mountd \
552f9a9cb0SBrian Somers	natd \
56cb7f1224SGary Palmer	newfs \
57cb7f1224SGary Palmer	newfs_msdos \
58cb7f1224SGary Palmer	nfsd \
59cb7f1224SGary Palmer	nfsiod \
60cb7f1224SGary Palmer	nologin \
61cb7f1224SGary Palmer	nos-tun \
62cb7f1224SGary Palmer	ping \
637d56d374SYoshinobu Inoue	ping6 \
64cb7f1224SGary Palmer	quotacheck \
65cb7f1224SGary Palmer	reboot \
66cb7f1224SGary Palmer	restore \
67cb7f1224SGary Palmer	route \
68cb7f1224SGary Palmer	routed \
697d56d374SYoshinobu Inoue	rtsol \
70cb7f1224SGary Palmer	savecore \
71cb7f1224SGary Palmer	shutdown \
72cb7f1224SGary Palmer	slattach \
73cb7f1224SGary Palmer	spppcontrol \
74cffd2ca4SBruce Evans	startslip \
75ce68c992SDavid E. O'Brien	sysctl \
76cb7f1224SGary Palmer	swapon \
77cb7f1224SGary Palmer	tunefs \
78580d0d02SSøren Schmidt	umount \
79580d0d02SSøren Schmidt	vinum
805319d452SPoul-Henning Kamp
81c54f4a75SJordan K. Hubbard.if ${MACHINE_ARCH} == i386
82a51e71fcSBoris PopovSUBDIR+=	kget mount_nwfs
83c54f4a75SJordan K. Hubbard.endif
84c54f4a75SJordan K. Hubbard
851c206c59SKATO Takenori.if exists(${.CURDIR}/${MACHINE})
861c206c59SKATO TakenoriSUBDIR+= ${MACHINE}
8733b51c50SJohn Birrell.endif
8833b51c50SJohn Birrell
898fae3551SRodney W. Grimes.include <bsd.subdir.mk>
90