Makefile revision 96884
1#	@(#)Makefile	8.5 (Berkeley) 3/31/94
2# $FreeBSD: head/sbin/Makefile 96884 2002-05-19 00:09:30Z rwatson $
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_msdosfs \
25	fsdb \
26	fsirand \
27	growfs \
28	ifconfig \
29	init \
30	ip6fw \
31	ipfw \
32	kldconfig \
33	kldload \
34	kldstat \
35	kldunload \
36	ldconfig \
37	md5 \
38	mdconfig \
39	mdmfs \
40	mknod \
41	mount \
42	mount_cd9660 \
43	mount_ext2fs \
44	mount_msdosfs \
45	mount_nfs \
46	mount_ntfs \
47	mount_nullfs \
48	mount_portalfs \
49	mount_std \
50	mount_udf \
51	mount_umapfs \
52	mount_unionfs \
53	mountd \
54	natd \
55	newfs \
56	newfs_msdos \
57	nfsd \
58	nologin \
59	nos-tun \
60	ping \
61	ping6 \
62	quotacheck \
63	reboot \
64	restore \
65	route \
66	routed \
67	rtsol \
68	savecore \
69	shutdown \
70	slattach \
71	spppcontrol \
72	startslip \
73	swapon \
74	sysctl \
75	tunefs \
76	umount \
77	vinum
78
79.if !defined(NO_IPFILTER)
80SUBDIR+=ipf \
81	ipfs \
82	ipfstat \
83	ipmon \
84	ipnat
85.endif
86
87.if ${MACHINE_ARCH} == "i386"
88SUBDIR+=cxconfig \
89	mount_nwfs \
90	mount_smbfs \
91	nextboot
92.if ${MACHINE} == "pc98"
93SUBDIR+=fdisk_pc98
94.else
95SUBDIR+=fdisk
96.endif
97.endif
98
99.if ${MACHINE_ARCH} == "ia64"
100SUBDIR+=fdisk
101.endif
102
103.include <bsd.subdir.mk>
104