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