]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/Makefile
MFC r322124:
[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         ${_bsdconfig} \
10         camdd \
11         cdcontrol \
12         chkgrp \
13         chown \
14         chroot \
15         ckdist \
16         clear_locks \
17         crashinfo \
18         cron \
19         ctladm \
20         ctld \
21         daemon \
22         dconschat \
23         devctl \
24         devinfo \
25         digictl \
26         diskinfo \
27         dumpcis \
28         extattr \
29         extattrctl \
30         fifolog \
31         fstyp \
32         fwcontrol \
33         getfmac \
34         getpmac \
35         gstat \
36         i2c \
37         ifmcstat \
38         iostat \
39         kldxref \
40         mailwrapper \
41         makefs \
42         memcontrol \
43         mergemaster \
44         mfiutil \
45         mixer \
46         mlxcontrol \
47         mountd \
48         mount_smbfs \
49         mpsutil \
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         sesutil \
80         setfib \
81         setfmac \
82         setpmac \
83         smbmsg \
84         snapinfo \
85         spray \
86         syslogd \
87         sysrc \
88         tcpdrop \
89         tcpdump \
90         traceroute \
91         trpt \
92         tzsetup \
93         uefisign \
94         ugidfw \
95         vigr \
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_AUTOFS} != "no"
128 SUBDIR+=        autofs
129 .endif
130
131 .if ${MK_BLUETOOTH} != "no"
132 SUBDIR+=        bluetooth
133 .endif
134
135 .if ${MK_BOOTPARAMD} != "no"
136 SUBDIR+=        bootparamd
137 .endif
138
139 .if ${MK_BSDINSTALL} != "no"
140 SUBDIR+=        bsdinstall
141 .endif
142
143 .if ${MK_BSNMP} != "no"
144 SUBDIR+=        bsnmpd
145 .endif
146
147 .if ${MK_CTM} != "no"
148 SUBDIR+=        ctm
149 .endif
150
151 .if ${MK_CXGBETOOL} != "no"
152 SUBDIR+=        cxgbetool
153 .endif
154
155 .if ${MK_DIALOG} != "no"
156 _bsdconfig=     bsdconfig
157 .endif
158
159 .if ${MK_FLOPPY} != "no"
160 SUBDIR+=        fdcontrol
161 SUBDIR+=        fdformat
162 SUBDIR+=        fdread
163 SUBDIR+=        fdwrite
164 .endif
165
166 .if ${MK_FMTREE} != "no"
167 SUBDIR+=        mtree
168 .endif
169
170 .if ${MK_FREEBSD_UPDATE} != "no"
171 SUBDIR+=        freebsd-update
172 .endif
173
174 .if ${MK_GSSAPI} != "no"
175 SUBDIR+=        gssd
176 .endif
177
178 .if ${MK_GPIO} != "no"
179 SUBDIR+=        gpioctl
180 .endif
181
182 .if ${MK_INET6} != "no"
183 SUBDIR+=        faithd
184 SUBDIR+=        ip6addrctl
185 SUBDIR+=        mld6query
186 SUBDIR+=        ndp
187 SUBDIR+=        rip6query
188 SUBDIR+=        route6d
189 SUBDIR+=        rrenumd
190 SUBDIR+=        rtadvctl
191 SUBDIR+=        rtadvd
192 SUBDIR+=        rtsold
193 SUBDIR+=        traceroute6
194 .endif
195
196 .if ${MK_INETD} != "no"
197 SUBDIR+=        inetd
198 .endif
199
200 .if ${MK_IPFW} != "no"
201 SUBDIR+=        ipfwpcap
202 .endif
203
204 .if ${MK_IPX} != "no"
205 SUBDIR+=        IPXrouted
206 .endif
207
208 .if ${MK_ISCSI} != "no"
209 SUBDIR+=        iscsid
210 .endif
211
212 .if ${MK_JAIL} != "no"
213 SUBDIR+=        jail
214 SUBDIR+=        jexec
215 SUBDIR+=        jls
216 .endif
217
218 # XXX MK_SYSCONS
219 .if ${MK_LEGACY_CONSOLE} != "no"
220 SUBDIR+=        kbdcontrol
221 SUBDIR+=        kbdmap
222 SUBDIR+=        moused
223 SUBDIR+=        vidcontrol
224 .endif
225
226 .if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
227 .if ${MK_PPP} != "no"
228 SUBDIR+=        pppctl
229 .endif
230 .if ${MK_NS_CACHING} != "no"
231 SUBDIR+=        nscd
232 .endif
233 .endif
234
235 .if ${MK_LPR} != "no"
236 SUBDIR+=        lpr
237 .endif
238
239 .if ${MK_MAN_UTILS} != "no"
240 SUBDIR+=        manctl
241 .endif
242
243 .if ${MK_NAND} != "no"
244 SUBDIR+=        nandsim
245 SUBDIR+=        nandtool
246 .endif
247
248 .if ${MK_NETGRAPH} != "no"
249 SUBDIR+=        flowctl
250 SUBDIR+=        lmcconfig
251 SUBDIR+=        ngctl
252 SUBDIR+=        nghook
253 .endif
254
255 .if ${MK_NIS} != "no"
256 SUBDIR+=        rpc.yppasswdd
257 SUBDIR+=        rpc.ypupdated
258 SUBDIR+=        rpc.ypxfrd
259 SUBDIR+=        ypbind
260 SUBDIR+=        yp_mkdb
261 SUBDIR+=        yppoll
262 SUBDIR+=        yppush
263 SUBDIR+=        ypserv
264 SUBDIR+=        ypset
265 .endif
266
267 .if ${MK_NTP} != "no"
268 SUBDIR+=        ntp
269 .endif
270
271 .if ${MK_OPENSSL} != "no"
272 SUBDIR+=        keyserv
273 .endif
274
275 .if ${MK_PC_SYSINSTALL} != "no"
276 _pc_sysinstall= pc-sysinstall
277 .endif
278
279 .if ${MK_PF} != "no"
280 SUBDIR+=        ftp-proxy
281 .endif
282
283 .if ${MK_PKGBOOTSTRAP} != "no"
284 SUBDIR+=        pkg
285 .endif
286
287 .if ${MK_PKGTOOLS} != "no"
288 SUBDIR+=        pkg_install
289 .endif
290
291 # XXX MK_TOOLCHAIN?
292 .if ${MK_PMC} != "no"
293 SUBDIR+=        pmcannotate
294 SUBDIR+=        pmccontrol
295 SUBDIR+=        pmcstat
296 SUBDIR+=        pmcstudy
297 .endif
298
299 .if ${MK_PORTSNAP} != "no"
300 SUBDIR+=        portsnap
301 .endif
302
303 .if ${MK_PPP} != "no"
304 SUBDIR+=        ppp
305 .endif
306
307 .if ${MK_QUOTAS} != "no"
308 SUBDIR+=        edquota
309 SUBDIR+=        quotaon
310 SUBDIR+=        repquota
311 .endif
312
313 .if ${MK_RCMDS} != "no"
314 SUBDIR+=        rwhod
315 .endif
316
317 .if ${MK_RCS} != "no"
318 SUBDIR+=        etcupdate
319 .endif
320
321 .if ${MK_SENDMAIL} != "no"
322 SUBDIR+=        editmap
323 SUBDIR+=        mailstats
324 SUBDIR+=        makemap
325 SUBDIR+=        praliases
326 SUBDIR+=        sendmail
327 .endif
328
329 .if ${MK_TCP_WRAPPERS} != "no"
330 SUBDIR+=        tcpdchk
331 SUBDIR+=        tcpdmatch
332 .endif
333
334 .if ${MK_TESTS} != "no"
335 SUBDIR+=        tests
336 .endif
337
338 .if ${MK_TIMED} != "no"
339 SUBDIR+=        timed
340 .endif
341
342 .if ${MK_TOOLCHAIN} != "no"
343 SUBDIR+=        config
344 SUBDIR+=        crunch
345 .endif
346
347 .if ${MK_UNBOUND} != "no"
348 SUBDIR+=        unbound
349 .endif
350
351 .if ${MK_USB} != "no"
352 SUBDIR+=        uathload
353 SUBDIR+=        uhsoctl
354 SUBDIR+=        usbconfig
355 SUBDIR+=        usbdump
356 .endif
357
358 .if ${MK_UTMPX} != "no"
359 SUBDIR+=        ac
360 SUBDIR+=        lastlogin
361 SUBDIR+=        utx
362 .endif
363
364 .if ${MK_WIRELESS} != "no"
365 SUBDIR+=        ancontrol
366 SUBDIR+=        wlandebug
367 SUBDIR+=        wpa
368 .endif
369
370 .include <bsd.arch.inc.mk>
371
372 SUBDIR:=        ${SUBDIR:O}
373
374 SUBDIR_PARALLEL=
375
376 .include <bsd.subdir.mk>