Do some fairly major include file cleanups to further separate kernelland
[dragonfly.git] / sbin / Makefile
1 #       @(#)Makefile    8.5 (Berkeley) 3/31/94
2 # $FreeBSD: src/sbin/Makefile,v 1.77.2.9 2002/08/08 09:03:46 ru Exp $
3 # $DragonFly: src/sbin/Makefile,v 1.3 2003/07/24 06:35:38 dillon Exp $
4 #
5 # XXX MISSING:          icheck ncheck
6
7 SUBDIR= adjkerntz \
8         atacontrol \
9         atm \
10         badsect \
11         camcontrol \
12         ccdconfig \
13         clri \
14         comcontrol \
15         dhclient \
16         disklabel \
17         dmesg \
18         dump \
19         dumpfs \
20         dumpon \
21         ffsinfo \
22         fsck \
23         fsck_msdosfs \
24         fsdb \
25         fsirand \
26         growfs \
27         ifconfig \
28         init \
29         ip6fw \
30         ipfw \
31         kldconfig \
32         kldload \
33         kldstat \
34         kldunload \
35         ldconfig \
36         md5 \
37         mknod \
38         mount \
39         mount_cd9660 \
40         mount_ext2fs \
41         mount_msdos \
42         mount_nfs \
43         mount_ntfs \
44         mount_null \
45         mount_portal \
46         mount_std \
47         mount_umap \
48         mount_union \
49         mountd \
50         natd \
51         newfs \
52         newfs_msdos \
53         nfsd \
54         nfsiod \
55         nologin \
56         nos-tun \
57         ping \
58         ping6 \
59         quotacheck \
60         reboot \
61         rcorder \
62         restore \
63         route \
64         routed \
65         rtsol \
66         savecore \
67         shutdown \
68         slattach \
69         spppcontrol \
70         startslip \
71         swapon \
72         sysctl \
73         tunefs \
74         umount \
75         vinum
76
77 .if !defined(NO_IPFILTER)
78 SUBDIR+=ipf \
79         ipfs \
80         ipfstat \
81         ipmon \
82         ipnat
83 .endif
84
85 .if ${MACHINE_ARCH} == i386
86 SUBDIR+=kget \
87         mount_nwfs \
88         mount_smbfs
89 .endif
90
91 .if exists(${.CURDIR}/${MACHINE})
92 SUBDIR+= ${MACHINE}
93 .endif
94
95 .include <bsd.subdir.mk>