xref: /freebsd/sbin/Makefile (revision df263cbd02e7d06e3126432df892aa4a279614b3)
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 \
32cb7f1224SGary Palmer	ipfw \
331e1e0f98SPeter Pentchev	kldconfig \
34cb7f1224SGary Palmer	kldload \
35cb7f1224SGary Palmer	kldstat \
36cb7f1224SGary Palmer	kldunload \
37120e8c9dSJohn Birrell	ldconfig \
38cb7f1224SGary Palmer	md5 \
3983baa1a0SPoul-Henning Kamp	mdconfig \
402e6781fdSDima Dorfman	mdmfs \
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 \
52df263cbdSScott Long	mount_udf \
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	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 \
70da64ea48SMarcel Moolenaar	savecore \
71cb7f1224SGary Palmer	shutdown \
72cb7f1224SGary Palmer	slattach \
73cb7f1224SGary Palmer	spppcontrol \
74cffd2ca4SBruce Evans	startslip \
75cb7f1224SGary Palmer	swapon \
76907d70d6SRuslan Ermilov	sysctl \
77cb7f1224SGary Palmer	tunefs \
78580d0d02SSøren Schmidt	umount \
79580d0d02SSøren Schmidt	vinum
805319d452SPoul-Henning Kamp
817a43a96aSRuslan Ermilov.if !defined(NO_IPFILTER)
827a43a96aSRuslan ErmilovSUBDIR+=ipf \
837a43a96aSRuslan Ermilov	ipfs \
847a43a96aSRuslan Ermilov	ipfstat \
857a43a96aSRuslan Ermilov	ipmon \
867a43a96aSRuslan Ermilov	ipnat
877a43a96aSRuslan Ermilov.endif
887a43a96aSRuslan Ermilov
89f24c53d3SPeter Wemm.if ${MACHINE_ARCH} == "i386"
90f24c53d3SPeter WemmSUBDIR+=cxconfig \
91f24c53d3SPeter Wemm	mount_nwfs \
9223eb26faSSheldon Hearn	mount_smbfs \
93da64ea48SMarcel Moolenaar	nextboot
945007fa38SPeter Wemm.if ${MACHINE} == "pc98"
955007fa38SPeter WemmSUBDIR+=fdisk_pc98
965007fa38SPeter Wemm.else
975007fa38SPeter WemmSUBDIR+=fdisk
985007fa38SPeter Wemm.endif
99c54f4a75SJordan K. Hubbard.endif
100c54f4a75SJordan K. Hubbard
101f24c53d3SPeter Wemm.if ${MACHINE_ARCH} == "ia64"
102f24c53d3SPeter WemmSUBDIR+=fdisk
10333b51c50SJohn Birrell.endif
10433b51c50SJohn Birrell
1058fae3551SRodney W. Grimes.include <bsd.subdir.mk>
106