]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/Makefile
First directory to apply the simplification of the ARCH specific parts
[FreeBSD/FreeBSD.git] / sbin / Makefile
1 #       @(#)Makefile    8.5 (Berkeley) 3/31/94
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 # XXX MISSING:          icheck ncheck
7
8 _SUBDIR=adjkerntz \
9         atacontrol \
10         badsect \
11         camcontrol \
12         ccdconfig \
13         clri \
14         comcontrol \
15         conscontrol \
16         ddb \
17         devfs \
18         dhclient \
19         dmesg \
20         dump \
21         dumpfs \
22         dumpon \
23         ffsinfo \
24         fsck \
25         fsck_ffs \
26         fsck_msdosfs \
27         fsdb \
28         fsirand \
29         gbde \
30         geom \
31         ggate \
32         growfs \
33         gvinum \
34         ifconfig \
35         init \
36         iscontrol \
37         kldconfig \
38         kldload \
39         kldstat \
40         kldunload \
41         ldconfig \
42         md5 \
43         mdconfig \
44         mdmfs \
45         mknod \
46         mksnap_ffs \
47         mount \
48         mount_cd9660 \
49         mount_msdosfs \
50         mount_nfs \
51         mount_ntfs \
52         mount_nullfs \
53         mount_udf \
54         mount_unionfs \
55         newfs \
56         newfs_msdos \
57         nfsiod \
58         nos-tun \
59         ping \
60         rcorder \
61         reboot \
62         recoverdisk \
63         restore \
64         route \
65         savecore \
66         setkey \
67         shutdown \
68         spppcontrol \
69         swapon \
70         sysctl \
71         tunefs \
72         umount \
73
74 .if ${MK_ATM} != "no"
75 _SUBDIR += atm
76 .endif
77
78 .if ${MK_CXX} != "no"
79 _SUBDIR += devd
80 .endif
81
82 .if ${MK_IPFILTER} != "no"
83 _SUBDIR += ipf
84 .endif
85
86 .if ${MK_IPFW} != "no"
87 _SUBDIR += ipfw
88 _SUBDIR += natd
89 .endif
90
91 .if ${MK_PF} != "no"
92 _SUBDIR += pfctl
93 _SUBDIR += pflogd
94 .endif
95
96 .if ${MK_INET6} != "no"
97 _SUBDIR += ping6
98 _SUBDIR += rtsol
99 .endif
100
101 .if ${MK_QUOTAS} != "no"
102 _SUBDIR += quotacheck
103 .endif
104
105 .if ${MK_ROUTED} != "no"
106 _SUBDIR += routed
107 .endif
108
109 .include <bsd.arch.inc.mk>
110
111 SUBDIR=${_SUBDIR:O}
112
113 .include <bsd.subdir.mk>