]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sbin/Makefile
MFC r277725:
[FreeBSD/stable/10.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         badsect \
10         camcontrol \
11         ccdconfig \
12         clri \
13         comcontrol \
14         conscontrol \
15         ddb \
16         devfs \
17         dhclient \
18         dmesg \
19         dump \
20         dumpfs \
21         dumpon \
22         etherswitchcfg \
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         kldconfig \
37         kldload \
38         kldstat \
39         kldunload \
40         ldconfig \
41         md5 \
42         mdconfig \
43         mdmfs \
44         mknod \
45         mksnap_ffs \
46         mount \
47         mount_cd9660 \
48         mount_fusefs \
49         mount_msdosfs \
50         mount_nfs \
51         mount_nullfs \
52         mount_udf \
53         mount_unionfs \
54         newfs \
55         newfs_msdos \
56         nfsiod \
57         nos-tun \
58         ping \
59         rcorder \
60         reboot \
61         recoverdisk \
62         resolvconf \
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_HAST} != "no"
83 SUBDIR+=        hastctl
84 SUBDIR+=        hastd
85 .endif
86
87 .if ${MK_INET6} != "no"
88 SUBDIR+=        ping6
89 SUBDIR+=        rtsol
90 .endif
91         
92 .if ${MK_IPFILTER} != "no"
93 SUBDIR+=        ipf
94 .endif
95
96 .if ${MK_IPFW} != "no"
97 SUBDIR+=        ipfw
98 SUBDIR+=        natd
99 .endif
100
101 .if ${MK_ISCSI} != "no"
102 SUBDIR+=        iscontrol
103 .endif
104
105 .if ${MK_NAND} != "no"
106 SUBDIR+=        nandfs
107 SUBDIR+=        newfs_nandfs
108 .endif
109
110 .if ${MK_PF} != "no"
111 SUBDIR+=        pfctl
112 SUBDIR+=        pflogd
113 .endif
114
115 .if ${MK_QUOTAS} != "no"
116 SUBDIR+=        quotacheck
117 .endif
118
119 .if ${MK_ROUTED} != "no"
120 SUBDIR+=        routed
121 .endif
122
123 .if ${MK_TESTS} != "no"
124 SUBDIR+=        tests
125 .endif
126
127 .include <bsd.arch.inc.mk>
128
129 SUBDIR:=        ${SUBDIR:O}
130
131 SUBDIR_PARALLEL=
132
133 .include <bsd.subdir.mk>