xref: /freebsd/sbin/Makefile (revision dde7cef3d2dfd348b812917746f75974bb05c397)
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 \
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 \
31cb7f1224SGary Palmer	ipfw \
321e1e0f98SPeter Pentchev	kldconfig \
33cb7f1224SGary Palmer	kldload \
34cb7f1224SGary Palmer	kldstat \
35cb7f1224SGary Palmer	kldunload \
36120e8c9dSJohn Birrell	ldconfig \
37cb7f1224SGary Palmer	md5 \
3883baa1a0SPoul-Henning Kamp	mdconfig \
392e6781fdSDima Dorfman	mdmfs \
40cb7f1224SGary Palmer	mknod \
41cb7f1224SGary Palmer	mount \
42cb7f1224SGary Palmer	mount_cd9660 \
43cb7f1224SGary Palmer	mount_ext2fs \
444ccd7546SRuslan Ermilov	mount_msdosfs \
45cb7f1224SGary Palmer	mount_nfs \
465287191eSSemen Ustimenko	mount_ntfs \
476ad10804SRuslan Ermilov	mount_nullfs \
486ad10804SRuslan Ermilov	mount_portalfs \
49cb7f1224SGary Palmer	mount_std \
50df263cbdSScott Long	mount_udf \
516ad10804SRuslan Ermilov	mount_umapfs \
526ad10804SRuslan Ermilov	mount_unionfs \
53cb7f1224SGary Palmer	mountd \
542f9a9cb0SBrian Somers	natd \
55cb7f1224SGary Palmer	newfs \
56cb7f1224SGary Palmer	newfs_msdos \
57cb7f1224SGary Palmer	nfsd \
58cb7f1224SGary Palmer	nologin \
59cb7f1224SGary Palmer	nos-tun \
60cb7f1224SGary Palmer	ping \
617d56d374SYoshinobu Inoue	ping6 \
62cb7f1224SGary Palmer	quotacheck \
63dde7cef3SGordon Tetlow	rcorder \
64cb7f1224SGary Palmer	reboot \
65cb7f1224SGary Palmer	restore \
66cb7f1224SGary Palmer	route \
67cb7f1224SGary Palmer	routed \
687d56d374SYoshinobu Inoue	rtsol \
69da64ea48SMarcel Moolenaar	savecore \
70cb7f1224SGary Palmer	shutdown \
71cb7f1224SGary Palmer	slattach \
72cb7f1224SGary Palmer	spppcontrol \
73cffd2ca4SBruce Evans	startslip \
74cb7f1224SGary Palmer	swapon \
75907d70d6SRuslan Ermilov	sysctl \
76cb7f1224SGary Palmer	tunefs \
77580d0d02SSøren Schmidt	umount \
78580d0d02SSøren Schmidt	vinum
795319d452SPoul-Henning Kamp
807a43a96aSRuslan Ermilov.if !defined(NO_IPFILTER)
817a43a96aSRuslan ErmilovSUBDIR+=ipf \
827a43a96aSRuslan Ermilov	ipfs \
837a43a96aSRuslan Ermilov	ipfstat \
847a43a96aSRuslan Ermilov	ipmon \
857a43a96aSRuslan Ermilov	ipnat
867a43a96aSRuslan Ermilov.endif
877a43a96aSRuslan Ermilov
88f24c53d3SPeter Wemm.if ${MACHINE_ARCH} == "i386"
89f24c53d3SPeter WemmSUBDIR+=cxconfig \
90f24c53d3SPeter Wemm	mount_nwfs \
91045e9d6cSGordon Tetlow	mount_smbfs
925007fa38SPeter Wemm.if ${MACHINE} == "pc98"
935007fa38SPeter WemmSUBDIR+=fdisk_pc98
945007fa38SPeter Wemm.else
955007fa38SPeter WemmSUBDIR+=fdisk
965007fa38SPeter Wemm.endif
97c54f4a75SJordan K. Hubbard.endif
98c54f4a75SJordan K. Hubbard
99f24c53d3SPeter Wemm.if ${MACHINE_ARCH} == "ia64"
100f24c53d3SPeter WemmSUBDIR+=fdisk
10133b51c50SJohn Birrell.endif
10233b51c50SJohn Birrell
1038fae3551SRodney W. Grimes.include <bsd.subdir.mk>
104