Makefile revision 87874
1#	@(#)Makefile	8.5 (Berkeley) 3/31/94
2# $FreeBSD: head/sbin/Makefile 87874 2001-12-14 11:41:22Z sheldonh $
3
4# XXX MISSING:		icheck ncheck
5
6SUBDIR=	adjkerntz \
7	atacontrol \
8	atm \
9	badsect \
10	camcontrol \
11	ccdconfig \
12	clri \
13	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	ipnat \
38	kldconfig \
39	kldload \
40	kldstat \
41	kldunload \
42	ldconfig \
43	md5 \
44	mdconfig \
45	mdmfs \
46	mknod \
47	mount \
48	mount_cd9660 \
49	mount_ext2fs \
50	mount_ifs \
51	mount_msdosfs \
52	mount_nfs \
53	mount_ntfs \
54	mount_nullfs \
55	mount_portalfs \
56	mount_smbfs \
57	mount_std \
58	mount_umapfs \
59	mount_unionfs \
60	mountd \
61	natd \
62	newfs \
63	newfs_msdos \
64	nfsd \
65	nologin \
66	nos-tun \
67	ping \
68	ping6 \
69	quotacheck \
70	reboot \
71	restore \
72	route \
73	routed \
74	rtsol \
75	savecore \
76	shutdown \
77	slattach \
78	spppcontrol \
79	startslip \
80	swapon \
81	sysctl \
82	tunefs \
83	umount \
84	vinum
85
86.if ${MACHINE_ARCH} == "i386"
87SUBDIR+=cxconfig \
88	kget \
89	mount_nwfs \
90	nextboot
91.if ${MACHINE} == "pc98"
92SUBDIR+=fdisk_pc98
93.else
94SUBDIR+=fdisk
95.endif
96.endif
97
98.if ${MACHINE_ARCH} == "ia64"
99SUBDIR+=fdisk
100.endif
101
102.include <bsd.subdir.mk>
103