Makefile revision 87960
1#	@(#)Makefile	8.5 (Berkeley) 3/31/94
2# $FreeBSD: head/sbin/Makefile 87960 2001-12-14 23:11:45Z 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_std \
57	mount_umapfs \
58	mount_unionfs \
59	mountd \
60	natd \
61	newfs \
62	newfs_msdos \
63	nfsd \
64	nologin \
65	nos-tun \
66	ping \
67	ping6 \
68	quotacheck \
69	reboot \
70	restore \
71	route \
72	routed \
73	rtsol \
74	savecore \
75	shutdown \
76	slattach \
77	spppcontrol \
78	startslip \
79	swapon \
80	sysctl \
81	tunefs \
82	umount \
83	vinum
84
85.if ${MACHINE_ARCH} == "i386"
86SUBDIR+=cxconfig \
87	kget \
88	mount_nwfs \
89	mount_smbfs \
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