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