Makefile revision 92740
150479Speter#	@(#)Makefile	8.5 (Berkeley) 3/31/94
213244Sgraichen# $FreeBSD: head/sbin/Makefile 92740 2002-03-20 02:09:50Z obrien $
3264996Sjmmv
4264996Sjmmv# XXX MISSING:		icheck ncheck
513244Sgraichen
6126878StrhodesSUBDIR=	adjkerntz \
7119998Sgad	atacontrol \
874816Sru	atm \
9264996Sjmmv	badsect \
10264996Sjmmv	camcontrol \
11264996Sjmmv	ccdconfig \
12264996Sjmmv	clri \
1313244Sgraichen	comcontrol \
14	conscontrol \
15	dhclient \
16	disklabel \
17	dmesg \
18	dump \
19	dumpfs \
20	dumpon \
21	ffsinfo \
22	fsck \
23	fsck_ffs \
24	fsck_ifs \
25	fsck_msdosfs \
26	fsdb \
27	fsirand \
28	growfs \
29	ifconfig \
30	init \
31	ip6fw \
32	ipf \
33	ipfs \
34	ipfstat \
35	ipfw \
36	ipmon \
37	kldconfig \
38	kldload \
39	kldstat \
40	kldunload \
41	ldconfig \
42	md5 \
43	mdconfig \
44	mdmfs \
45	mknod \
46	mount \
47	mount_cd9660 \
48	mount_ext2fs \
49	mount_ifs \
50	mount_msdosfs \
51	mount_nfs \
52	mount_ntfs \
53	mount_nullfs \
54	mount_portalfs \
55	mount_std \
56	mount_umapfs \
57	mount_unionfs \
58	mountd \
59	natd \
60	newfs \
61	newfs_msdos \
62	nfsd \
63	nologin \
64	nos-tun \
65	ping \
66	ping6 \
67	quotacheck \
68	reboot \
69	restore \
70	route \
71	routed \
72	rtsol \
73	shutdown \
74	slattach \
75	spppcontrol \
76	startslip \
77	swapon \
78	sysctl \
79	tunefs \
80	umount \
81	vinum
82
83.if ${MACHINE_ARCH} == "i386"
84SUBDIR+=cxconfig \
85	kget \
86	mount_nwfs \
87	mount_smbfs \
88	nextboot \
89	savecore
90.if ${MACHINE} == "pc98"
91SUBDIR+=fdisk_pc98
92.else
93SUBDIR+=fdisk
94.endif
95.endif
96
97.if ${MACHINE_ARCH} == "alpha"
98SUBDIR+=savecore
99.endif
100
101.if ${MACHINE_ARCH} == "ia64"
102SUBDIR+=fdisk
103.endif
104
105.include <bsd.subdir.mk>
106