xref: /freebsd/sbin/Makefile (revision d9f97000b4206558864ea929c3615ec69512966c)
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 \
19cb7f1224SGary Palmer	fsck \
20d9f97000SAdrian Chadd	fsck_ffs \
21cb7f1224SGary Palmer	fsdb \
22cb7f1224SGary Palmer	fsirand \
23cb7f1224SGary Palmer	ifconfig \
24cb7f1224SGary Palmer	init \
25210d0432SYoshinobu Inoue	ip6fw \
26fceb9c0eSGuido van Rooij	ipf \
2746eae78aSGuido van Rooij	ipfstat \
28cb7f1224SGary Palmer	ipfw \
2946eae78aSGuido van Rooij	ipmon \
3046eae78aSGuido van Rooij	ipnat \
31cb7f1224SGary Palmer	kldload \
32cb7f1224SGary Palmer	kldstat \
33cb7f1224SGary Palmer	kldunload \
34120e8c9dSJohn Birrell	ldconfig \
35cb7f1224SGary Palmer	md5 \
36cb7f1224SGary Palmer	mknod \
37cb7f1224SGary Palmer	mount \
38cb7f1224SGary Palmer	mount_cd9660 \
39cb7f1224SGary Palmer	mount_ext2fs \
40e330fda4SPeter Wemm	mount_msdos \
41cb7f1224SGary Palmer	mount_nfs \
425287191eSSemen Ustimenko	mount_ntfs \
43cb7f1224SGary Palmer	mount_null \
44cb7f1224SGary Palmer	mount_portal \
45cb7f1224SGary Palmer	mount_std \
46cb7f1224SGary Palmer	mount_umap \
47cb7f1224SGary Palmer	mount_union \
48cb7f1224SGary Palmer	mountd \
492f9a9cb0SBrian Somers	natd \
50cb7f1224SGary Palmer	newfs \
51cb7f1224SGary Palmer	newfs_msdos \
52cb7f1224SGary Palmer	nfsd \
53cb7f1224SGary Palmer	nfsiod \
54cb7f1224SGary Palmer	nologin \
55cb7f1224SGary Palmer	nos-tun \
56cb7f1224SGary Palmer	ping \
577d56d374SYoshinobu Inoue	ping6 \
58cb7f1224SGary Palmer	quotacheck \
59cb7f1224SGary Palmer	reboot \
60cb7f1224SGary Palmer	restore \
61cb7f1224SGary Palmer	route \
62cb7f1224SGary Palmer	routed \
637d56d374SYoshinobu Inoue	rtsol \
64cb7f1224SGary Palmer	savecore \
65cb7f1224SGary Palmer	shutdown \
66cb7f1224SGary Palmer	slattach \
67cb7f1224SGary Palmer	spppcontrol \
68cffd2ca4SBruce Evans	startslip \
69ce68c992SDavid E. O'Brien	sysctl \
70cb7f1224SGary Palmer	swapon \
71cb7f1224SGary Palmer	tunefs \
72580d0d02SSøren Schmidt	umount \
73580d0d02SSøren Schmidt	vinum
745319d452SPoul-Henning Kamp
75c54f4a75SJordan K. Hubbard.if ${MACHINE_ARCH} == i386
76a51e71fcSBoris PopovSUBDIR+=	kget mount_nwfs
77c54f4a75SJordan K. Hubbard.endif
78c54f4a75SJordan K. Hubbard
791c206c59SKATO Takenori.if exists(${.CURDIR}/${MACHINE})
801c206c59SKATO TakenoriSUBDIR+= ${MACHINE}
8133b51c50SJohn Birrell.endif
8233b51c50SJohn Birrell
838fae3551SRodney W. Grimes.include <bsd.subdir.mk>
84