]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/Makefile
MFC r277728:
[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         fstyp \
33         fwcontrol \
34         getfmac \
35         getpmac \
36         gstat \
37         i2c \
38         ifmcstat \
39         inetd \
40         iostat \
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_AUTOFS} != "no"
128 SUBDIR+=        autofs
129 .endif
130
131 .if ${MK_BLUETOOTH} != "no"
132 SUBDIR+=        bluetooth
133 .endif
134
135 .if ${MK_BSNMP} != "no"
136 SUBDIR+=        bsnmpd
137 .endif
138
139 .if ${MK_CTM} != "no"
140 SUBDIR+=        ctm
141 .endif
142
143 .if ${MK_FLOPPY} != "no"
144 SUBDIR+=        fdcontrol
145 SUBDIR+=        fdformat
146 SUBDIR+=        fdread
147 SUBDIR+=        fdwrite
148 .endif
149
150 .if ${MK_FMTREE} != "no"
151 SUBDIR+=        mtree
152 .endif
153
154 .if ${MK_FREEBSD_UPDATE} != "no"
155 SUBDIR+=        freebsd-update
156 .endif
157
158 .if ${MK_GSSAPI} != "no"
159 SUBDIR+=        gssd
160 .endif
161
162 .if ${MK_GPIO} != "no"
163 SUBDIR+=        gpioctl
164 .endif
165
166 .if ${MK_INET6} != "no"
167 SUBDIR+=        faithd
168 SUBDIR+=        ip6addrctl
169 SUBDIR+=        mld6query
170 SUBDIR+=        ndp
171 SUBDIR+=        rip6query
172 SUBDIR+=        route6d
173 SUBDIR+=        rrenumd
174 SUBDIR+=        rtadvctl
175 SUBDIR+=        rtadvd
176 SUBDIR+=        rtsold
177 SUBDIR+=        traceroute6
178 .endif
179
180 .if ${MK_IPFW} != "no"
181 SUBDIR+=        ipfwpcap
182 .endif
183
184 .if ${MK_IPX} != "no"
185 SUBDIR+=        IPXrouted
186 .endif
187
188 .if ${MK_ISCSI} != "no"
189 SUBDIR+=        iscsid
190 .endif
191
192 .if ${MK_JAIL} != "no"
193 SUBDIR+=        jail
194 SUBDIR+=        jexec
195 SUBDIR+=        jls
196 .endif
197
198 # XXX MK_SYSCONS
199 .if ${MK_LEGACY_CONSOLE} != "no"
200 SUBDIR+=        kbdcontrol
201 SUBDIR+=        kbdmap
202 SUBDIR+=        moused
203 SUBDIR+=        vidcontrol
204 .endif
205
206 .if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
207 .if ${MK_PPP} != "no"
208 SUBDIR+=        pppctl
209 .endif
210 .if ${MK_NS_CACHING} != "no"
211 SUBDIR+=        nscd
212 .endif
213 .endif
214
215 .if ${MK_LPR} != "no"
216 SUBDIR+=        lpr
217 .endif
218
219 .if ${MK_MAN_UTILS} != "no"
220 SUBDIR+=        manctl
221 .endif
222
223 .if ${MK_NAND} != "no"
224 SUBDIR+=        nandsim
225 SUBDIR+=        nandtool
226 .endif
227
228 .if ${MK_NETGRAPH} != "no"
229 SUBDIR+=        flowctl
230 SUBDIR+=        lmcconfig
231 SUBDIR+=        ngctl
232 SUBDIR+=        nghook
233 .endif
234
235 .if ${MK_NIS} != "no"
236 SUBDIR+=        rpc.yppasswdd
237 SUBDIR+=        rpc.ypupdated
238 SUBDIR+=        rpc.ypxfrd
239 SUBDIR+=        ypbind
240 SUBDIR+=        yp_mkdb
241 SUBDIR+=        yppoll
242 SUBDIR+=        yppush
243 SUBDIR+=        ypserv
244 SUBDIR+=        ypset
245 .endif
246
247 .if ${MK_NTP} != "no"
248 SUBDIR+=        ntp
249 .endif
250
251 .if ${MK_OPENSSL} != "no"
252 SUBDIR+=        keyserv
253 .endif
254
255 .if ${MK_PC_SYSINSTALL} != "no"
256 _pc_sysinstall= pc-sysinstall
257 .endif
258
259 .if ${MK_PF} != "no"
260 SUBDIR+=        ftp-proxy
261 .endif
262
263 .if ${MK_PKGBOOTSTRAP} != "no"
264 SUBDIR+=        pkg
265 .endif
266
267 .if ${MK_PKGTOOLS} != "no"
268 SUBDIR+=        pkg_install
269 .endif
270
271 # XXX MK_TOOLCHAIN?
272 .if ${MK_PMC} != "no"
273 SUBDIR+=        pmcannotate
274 SUBDIR+=        pmccontrol
275 SUBDIR+=        pmcstat
276 .endif
277
278 .if ${MK_PORTSNAP} != "no"
279 SUBDIR+=        portsnap
280 .endif
281
282 .if ${MK_PPP} != "no"
283 SUBDIR+=        ppp
284 .endif
285
286 .if ${MK_QUOTAS} != "no"
287 SUBDIR+=        edquota
288 SUBDIR+=        quotaon
289 SUBDIR+=        repquota
290 .endif
291
292 .if ${MK_RCMDS} != "no"
293 SUBDIR+=        rwhod
294 .endif
295
296 .if ${MK_SENDMAIL} != "no"
297 SUBDIR+=        editmap
298 SUBDIR+=        mailstats
299 SUBDIR+=        makemap
300 SUBDIR+=        praliases
301 SUBDIR+=        sendmail
302 .endif
303
304 .if ${MK_TESTS} != "no"
305 SUBDIR+=        tests
306 .endif
307
308 .if ${MK_TOOLCHAIN} != "no"
309 SUBDIR+=        config
310 SUBDIR+=        crunch
311 .endif
312
313 .if ${MK_UNBOUND} != "no"
314 SUBDIR+=        unbound
315 .endif
316
317 .if ${MK_USB} != "no"
318 SUBDIR+=        uathload
319 SUBDIR+=        uhsoctl
320 SUBDIR+=        usbconfig
321 SUBDIR+=        usbdump
322 .endif
323
324 .if ${MK_UTMPX} != "no"
325 SUBDIR+=        ac
326 SUBDIR+=        lastlogin
327 SUBDIR+=        utx
328 .endif
329
330 .if ${MK_WIRELESS} != "no"
331 SUBDIR+=        ancontrol
332 SUBDIR+=        wlandebug
333 SUBDIR+=        wpa
334 .endif
335
336 .include <bsd.arch.inc.mk>
337
338 SUBDIR:=        ${SUBDIR:O}
339
340 SUBDIR_PARALLEL=
341
342 .include <bsd.subdir.mk>