xref: /freebsd/sbin/Makefile (revision 2e6781fd6121cfdffe0174c7387dac4b9d0c8a53)
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 \
412e6781fdSDima Dorfman	mdmfs \
42cb7f1224SGary Palmer	mknod \
43cb7f1224SGary Palmer	mount \
44cb7f1224SGary Palmer	mount_cd9660 \
45cb7f1224SGary Palmer	mount_ext2fs \
465332f2e5SAdrian Chadd	mount_ifs \
474ccd7546SRuslan Ermilov	mount_msdosfs \
48cb7f1224SGary Palmer	mount_nfs \
495287191eSSemen Ustimenko	mount_ntfs \
506ad10804SRuslan Ermilov	mount_nullfs \
516ad10804SRuslan Ermilov	mount_portalfs \
52cb7f1224SGary Palmer	mount_std \
536ad10804SRuslan Ermilov	mount_umapfs \
546ad10804SRuslan Ermilov	mount_unionfs \
55cb7f1224SGary Palmer	mountd \
562f9a9cb0SBrian Somers	natd \
57cb7f1224SGary Palmer	newfs \
58cb7f1224SGary Palmer	newfs_msdos \
59cb7f1224SGary Palmer	nfsd \
60cb7f1224SGary Palmer	nfsiod \
61cb7f1224SGary Palmer	nologin \
62cb7f1224SGary Palmer	nos-tun \
63cb7f1224SGary Palmer	ping \
647d56d374SYoshinobu Inoue	ping6 \
65cb7f1224SGary Palmer	quotacheck \
66cb7f1224SGary Palmer	reboot \
67cb7f1224SGary Palmer	restore \
68cb7f1224SGary Palmer	route \
69cb7f1224SGary Palmer	routed \
707d56d374SYoshinobu Inoue	rtsol \
71cb7f1224SGary Palmer	savecore \
72cb7f1224SGary Palmer	shutdown \
73cb7f1224SGary Palmer	slattach \
74cb7f1224SGary Palmer	spppcontrol \
75cffd2ca4SBruce Evans	startslip \
76ce68c992SDavid E. O'Brien	sysctl \
77cb7f1224SGary Palmer	swapon \
78cb7f1224SGary Palmer	tunefs \
79580d0d02SSøren Schmidt	umount \
80580d0d02SSøren Schmidt	vinum
815319d452SPoul-Henning Kamp
82c54f4a75SJordan K. Hubbard.if ${MACHINE_ARCH} == i386
83a51e71fcSBoris PopovSUBDIR+=	kget mount_nwfs
84c54f4a75SJordan K. Hubbard.endif
85c54f4a75SJordan K. Hubbard
861c206c59SKATO Takenori.if exists(${.CURDIR}/${MACHINE})
871c206c59SKATO TakenoriSUBDIR+= ${MACHINE}
8833b51c50SJohn Birrell.endif
8933b51c50SJohn Birrell
908fae3551SRodney W. Grimes.include <bsd.subdir.mk>
91