xref: /freebsd/sbin/Makefile (revision 84176931be2cba816f873367725d4804adf247ef)
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 \
15a1dc2096SDima Dorfman	devfs \
168d7e75d8SDavid E. O'Brien	dhclient \
17cb7f1224SGary Palmer	disklabel \
18cb7f1224SGary Palmer	dmesg \
19cb7f1224SGary Palmer	dump \
20cb7f1224SGary Palmer	dumpfs \
21cb7f1224SGary Palmer	dumpon \
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 \
532f9a9cb0SBrian Somers	natd \
54cb7f1224SGary Palmer	newfs \
55cb7f1224SGary Palmer	newfs_msdos \
5684176931SPeter Wemm	nfsiod \
57cb7f1224SGary Palmer	nologin \
58cb7f1224SGary Palmer	nos-tun \
59cb7f1224SGary Palmer	ping \
607d56d374SYoshinobu Inoue	ping6 \
61cb7f1224SGary Palmer	quotacheck \
62dde7cef3SGordon Tetlow	rcorder \
63cb7f1224SGary Palmer	reboot \
64cb7f1224SGary Palmer	restore \
65cb7f1224SGary Palmer	route \
66cb7f1224SGary Palmer	routed \
677d56d374SYoshinobu Inoue	rtsol \
68da64ea48SMarcel Moolenaar	savecore \
69cb7f1224SGary Palmer	shutdown \
70cb7f1224SGary Palmer	slattach \
71cb7f1224SGary Palmer	spppcontrol \
72cffd2ca4SBruce Evans	startslip \
73cb7f1224SGary Palmer	swapon \
74907d70d6SRuslan Ermilov	sysctl \
75cb7f1224SGary Palmer	tunefs \
76580d0d02SSøren Schmidt	umount \
77580d0d02SSøren Schmidt	vinum
785319d452SPoul-Henning Kamp
797a43a96aSRuslan Ermilov.if !defined(NO_IPFILTER)
807a43a96aSRuslan ErmilovSUBDIR+=ipf \
817a43a96aSRuslan Ermilov	ipfs \
827a43a96aSRuslan Ermilov	ipfstat \
837a43a96aSRuslan Ermilov	ipmon \
847a43a96aSRuslan Ermilov	ipnat
857a43a96aSRuslan Ermilov.endif
867a43a96aSRuslan Ermilov
87f24c53d3SPeter Wemm.if ${MACHINE_ARCH} == "i386"
88f24c53d3SPeter WemmSUBDIR+=cxconfig \
89f24c53d3SPeter Wemm	mount_nwfs \
90045e9d6cSGordon Tetlow	mount_smbfs
915007fa38SPeter Wemm.if ${MACHINE} == "pc98"
925007fa38SPeter WemmSUBDIR+=fdisk_pc98
935007fa38SPeter Wemm.else
945007fa38SPeter WemmSUBDIR+=fdisk
955007fa38SPeter Wemm.endif
96c54f4a75SJordan K. Hubbard.endif
97c54f4a75SJordan K. Hubbard
98f24c53d3SPeter Wemm.if ${MACHINE_ARCH} == "ia64"
99c0373226SPeter WemmSUBDIR+=fdisk \
100c0373226SPeter Wemm	gpt \
101c0373226SPeter Wemm	mca
10233b51c50SJohn Birrell.endif
10333b51c50SJohn Birrell
1048fae3551SRodney W. Grimes.include <bsd.subdir.mk>
105