]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/Makefile
MFC r264269, r264282, r264280, r264291, r264276, r264314
[FreeBSD/stable/10.git] / usr.sbin / Makefile
1 #       From: @(#)Makefile      5.20 (Berkeley) 6/12/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 SUBDIR= adduser \
7         arp \
8         binmiscctl \
9         bootparamd \
10         bsdconfig \
11         bsdinstall \
12         cdcontrol \
13         chkgrp \
14         chown \
15         chroot \
16         ckdist \
17         clear_locks \
18         crashinfo \
19         cron \
20         ctladm \
21         ctld \
22         daemon \
23         dconschat \
24         devinfo \
25         digictl \
26         diskinfo \
27         dumpcis \
28         etcupdate \
29         extattr \
30         extattrctl \
31         fifolog \
32         fwcontrol \
33         getfmac \
34         getpmac \
35         gstat \
36         i2c \
37         ifmcstat \
38         inetd \
39         iostat \
40         iscsid \
41         kldxref \
42         mailwrapper \
43         makefs \
44         memcontrol \
45         mergemaster \
46         mfiutil \
47         mixer \
48         mlxcontrol \
49         mountd \
50         mptutil \
51         mtest \
52         ${_mtree} \
53         newsyslog \
54         nfscbd \
55         nfsd \
56         nfsdumpstate \
57         nfsrevoke \
58         nfsuserd \
59         nmtree \
60         nologin \
61         ${_pc_sysinstall} \
62         pciconf \
63         periodic \
64         powerd \
65         procctl \
66         pstat \
67         pw \
68         pwd_mkdb \
69         quot \
70         rarpd \
71         rmt \
72         rpcbind \
73         rpc.lockd \
74         rpc.statd \
75         rpc.umntall \
76         rtprio \
77         service \
78         services_mkdb \
79         setfib \
80         setfmac \
81         setpmac \
82         smbmsg \
83         snapinfo \
84         spray \
85         syslogd \
86         sysrc \
87         tcpdchk \
88         tcpdmatch \
89         tcpdrop \
90         tcpdump \
91         timed \
92         traceroute \
93         trpt \
94         tzsetup \
95         ugidfw \
96         vipw \
97         wake \
98         watch \
99         watchdogd \
100         zic
101
102 # NB: keep these sorted by MK_* knobs
103
104 .if ${MK_ACCT} != "no"
105 SUBDIR+=        accton
106 SUBDIR+=        sa
107 .endif
108
109 .if ${MK_AMD} != "no"
110 SUBDIR+=        amd
111 .endif
112
113 .if ${MK_AUDIT} != "no"
114 SUBDIR+=        audit
115 SUBDIR+=        auditd
116 .if ${MK_OPENSSL} != "no"
117 SUBDIR+=        auditdistd
118 .endif
119 SUBDIR+=        auditreduce
120 SUBDIR+=        praudit
121 .endif
122
123 .if ${MK_AUTHPF} != "no"
124 SUBDIR+=        authpf
125 .endif
126
127 .if ${MK_BLUETOOTH} != "no"
128 SUBDIR+=        bluetooth
129 .endif
130
131 .if ${MK_BSNMP} != "no"
132 SUBDIR+=        bsnmpd
133 .endif
134
135 .if ${MK_CTM} != "no"
136 SUBDIR+=        ctm
137 .endif
138
139 .if ${MK_FLOPPY} != "no"
140 SUBDIR+=        fdcontrol
141 SUBDIR+=        fdformat
142 SUBDIR+=        fdread
143 SUBDIR+=        fdwrite
144 .endif
145
146 .if ${MK_FMTREE} != "no"
147 SUBDIR+=        mtree
148 .endif
149
150 .if ${MK_FREEBSD_UPDATE} != "no"
151 SUBDIR+=        freebsd-update
152 .endif
153
154 .if ${MK_GSSAPI} != "no"
155 SUBDIR+=        gssd
156 .endif
157
158 .if ${MK_GPIO} != "no"
159 SUBDIR+=        gpioctl
160 .endif
161
162 .if ${MK_INET6} != "no"
163 SUBDIR+=        faithd
164 SUBDIR+=        ip6addrctl
165 SUBDIR+=        mld6query
166 SUBDIR+=        ndp
167 SUBDIR+=        rip6query
168 SUBDIR+=        route6d
169 SUBDIR+=        rrenumd
170 SUBDIR+=        rtadvctl
171 SUBDIR+=        rtadvd
172 SUBDIR+=        rtsold
173 SUBDIR+=        traceroute6
174 .endif
175
176 .if ${MK_IPFW} != "no"
177 SUBDIR+=        ipfwpcap
178 .endif
179
180 .if ${MK_IPX} != "no"
181 SUBDIR+=        IPXrouted
182 .endif
183
184 .if ${MK_JAIL} != "no"
185 SUBDIR+=        jail
186 SUBDIR+=        jexec
187 SUBDIR+=        jls
188 .endif
189
190 # XXX MK_SYSCONS
191 .if ${MK_LEGACY_CONSOLE} != "no"
192 SUBDIR+=        kbdcontrol
193 SUBDIR+=        kbdmap
194 SUBDIR+=        moused
195 SUBDIR+=        vidcontrol
196 .endif
197
198 .if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
199 .if ${MK_PPP} != "no"
200 SUBDIR+=        pppctl
201 .endif
202 .if ${MK_NS_CACHING} != "no"
203 SUBDIR+=        nscd
204 .endif
205 .endif
206
207 .if ${MK_LPR} != "no"
208 SUBDIR+=        lpr
209 .endif
210
211 .if ${MK_MAN_UTILS} != "no"
212 SUBDIR+=        manctl
213 .endif
214
215 .if ${MK_NAND} != "no"
216 SUBDIR+=        nandsim
217 SUBDIR+=        nandtool
218 .endif
219
220 .if ${MK_NETGRAPH} != "no"
221 SUBDIR+=        flowctl
222 SUBDIR+=        lmcconfig
223 SUBDIR+=        ngctl
224 SUBDIR+=        nghook
225 .endif
226
227 .if ${MK_NIS} != "no"
228 SUBDIR+=        rpc.yppasswdd
229 SUBDIR+=        rpc.ypupdated
230 SUBDIR+=        rpc.ypxfrd
231 SUBDIR+=        ypbind
232 SUBDIR+=        yp_mkdb
233 SUBDIR+=        yppoll
234 SUBDIR+=        yppush
235 SUBDIR+=        ypserv
236 SUBDIR+=        ypset
237 .endif
238
239 .if ${MK_NTP} != "no"
240 SUBDIR+=        ntp
241 .endif
242
243 .if ${MK_OPENSSL} != "no"
244 SUBDIR+=        keyserv
245 .endif
246
247 .if ${MK_PC_SYSINSTALL} != "no"
248 _pc_sysinstall= pc-sysinstall
249 .endif
250
251 .if ${MK_PF} != "no"
252 SUBDIR+=        ftp-proxy
253 .endif
254
255 .if ${MK_PKGBOOTSTRAP} != "no"
256 SUBDIR+=        pkg
257 .endif
258
259 .if ${MK_PKGTOOLS} != "no"
260 SUBDIR+=        pkg_install
261 .endif
262
263 # XXX MK_TOOLCHAIN?
264 .if ${MK_PMC} != "no"
265 SUBDIR+=        pmcannotate
266 SUBDIR+=        pmccontrol
267 SUBDIR+=        pmcstat
268 .endif
269
270 .if ${MK_PORTSNAP} != "no"
271 SUBDIR+=        portsnap
272 .endif
273
274 .if ${MK_PPP} != "no"
275 SUBDIR+=        ppp
276 .endif
277
278 .if ${MK_QUOTAS} != "no"
279 SUBDIR+=        edquota
280 SUBDIR+=        quotaon
281 SUBDIR+=        repquota
282 .endif
283
284 .if ${MK_RCMDS} != "no"
285 SUBDIR+=        rwhod
286 .endif
287
288 .if ${MK_SENDMAIL} != "no"
289 SUBDIR+=        editmap
290 SUBDIR+=        mailstats
291 SUBDIR+=        makemap
292 SUBDIR+=        praliases
293 SUBDIR+=        sendmail
294 .endif
295
296 .if ${MK_TESTS} != "no"
297 SUBDIR+=        tests
298 .endif
299
300 .if ${MK_TOOLCHAIN} != "no"
301 SUBDIR+=        config
302 SUBDIR+=        crunch
303 .endif
304
305 .if ${MK_UNBOUND} != "no"
306 SUBDIR+=        unbound
307 .endif
308
309 .if ${MK_USB} != "no"
310 SUBDIR+=        uathload
311 SUBDIR+=        uhsoctl
312 SUBDIR+=        usbconfig
313 SUBDIR+=        usbdump
314 .endif
315
316 .if ${MK_UTMPX} != "no"
317 SUBDIR+=        ac
318 SUBDIR+=        lastlogin
319 SUBDIR+=        utx
320 .endif
321
322 .if ${MK_WIRELESS} != "no"
323 SUBDIR+=        ancontrol
324 SUBDIR+=        wlandebug
325 SUBDIR+=        wpa
326 .endif
327
328 .include <bsd.arch.inc.mk>
329
330 SUBDIR:=        ${SUBDIR:O}
331
332 SUBDIR_PARALLEL=
333
334 .include <bsd.subdir.mk>