]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/Makefile
Pull in all the OpenSSH bits that we'd previously left out because we
[FreeBSD/FreeBSD.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         bootparamd \
9         bsdconfig \
10         bsdinstall \
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         fwcontrol \
32         getfmac \
33         getpmac \
34         gstat \
35         i2c \
36         ifmcstat \
37         inetd \
38         iostat \
39         iscsid \
40         isfctl \
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_BIND_DNSSEC} != "no" && ${MK_OPENSSL} != "no"
128 SUBDIR+=        dnssec-dsfromkey
129 SUBDIR+=        dnssec-keyfromlabel
130 SUBDIR+=        dnssec-keygen
131 SUBDIR+=        dnssec-revoke
132 SUBDIR+=        dnssec-settime
133 SUBDIR+=        dnssec-signzone
134 SUBDIR+=        dnssec-verify
135 .endif
136 .if ${MK_BIND_NAMED} != "no"
137 SUBDIR+=        arpaname
138 SUBDIR+=        ddns-confgen
139 SUBDIR+=        genrandom
140 SUBDIR+=        isc-hmac-fixup
141 SUBDIR+=        named
142 SUBDIR+=        named-checkconf
143 SUBDIR+=        named-checkzone
144 SUBDIR+=        named-journalprint
145 SUBDIR+=        nsec3hash
146 SUBDIR+=        rndc
147 SUBDIR+=        rndc-confgen
148 .endif
149
150 .if ${MK_BLUETOOTH} != "no"
151 SUBDIR+=        bluetooth
152 .endif
153
154 .if ${MK_BSNMP} != "no"
155 SUBDIR+=        bsnmpd
156 .endif
157
158 .if ${MK_CTM} != "no"
159 SUBDIR+=        ctm
160 .endif
161
162 .if ${MK_FLOPPY} != "no"
163 SUBDIR+=        fdcontrol
164 SUBDIR+=        fdformat
165 SUBDIR+=        fdread
166 SUBDIR+=        fdwrite
167 .endif
168
169 .if ${MK_FREEBSD_UPDATE} != "no"
170 SUBDIR+=        freebsd-update
171 .endif
172
173 .if ${MK_GSSAPI} != "no"
174 SUBDIR+=        gssd
175 .endif
176
177 .if ${MK_GPIO} != "no"
178 SUBDIR+=        gpioctl
179 .endif
180
181 .if ${MK_INET6} != "no"
182 SUBDIR+=        faithd
183 SUBDIR+=        ip6addrctl
184 SUBDIR+=        mld6query
185 SUBDIR+=        ndp
186 SUBDIR+=        rip6query
187 SUBDIR+=        route6d
188 SUBDIR+=        rrenumd
189 SUBDIR+=        rtadvctl
190 SUBDIR+=        rtadvd
191 SUBDIR+=        rtsold
192 SUBDIR+=        traceroute6
193 .endif
194
195 .if ${MK_IPFW} != "no"
196 SUBDIR+=        ipfwpcap
197 .endif
198
199 .if ${MK_IPX} != "no"
200 SUBDIR+=        IPXrouted
201 .endif
202
203 .if ${MK_JAIL} != "no"
204 SUBDIR+=        jail
205 SUBDIR+=        jexec
206 SUBDIR+=        jls
207 .endif
208
209 # XXX MK_SYSCONS
210 .if ${MK_LEGACY_CONSOLE} != "no"
211 SUBDIR+=        kbdcontrol
212 SUBDIR+=        kbdmap
213 SUBDIR+=        moused
214 SUBDIR+=        vidcontrol
215 .endif
216
217 .if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
218 .if ${MK_PPP} != "no"
219 SUBDIR+=        pppctl
220 .endif
221 .if ${MK_NS_CACHING} != "no"
222 SUBDIR+=        nscd
223 .endif
224 .endif
225
226 .if ${MK_LPR} != "no"
227 SUBDIR+=        lpr
228 .endif
229
230 .if ${MK_MAN_UTILS} != "no"
231 SUBDIR+=        manctl
232 .endif
233
234 .if ${MK_NAND} != "no"
235 SUBDIR+=        nandsim
236 SUBDIR+=        nandtool
237 .endif
238
239 .if ${MK_NETGRAPH} != "no"
240 SUBDIR+=        flowctl
241 SUBDIR+=        lmcconfig
242 SUBDIR+=        ngctl
243 SUBDIR+=        nghook
244 .endif
245
246 .if ${MK_NIS} != "no"
247 SUBDIR+=        rpc.yppasswdd
248 SUBDIR+=        rpc.ypupdated
249 SUBDIR+=        rpc.ypxfrd
250 SUBDIR+=        ypbind
251 SUBDIR+=        yp_mkdb
252 SUBDIR+=        yppoll
253 SUBDIR+=        yppush
254 SUBDIR+=        ypserv
255 SUBDIR+=        ypset
256 .endif
257
258 .if ${MK_NTP} != "no"
259 SUBDIR+=        ntp
260 .endif
261
262 .if ${MK_OPENSSL} != "no"
263 SUBDIR+=        keyserv
264 .endif
265
266 .if ${MK_PC_SYSINSTALL} != "no"
267 _pc_sysinstall= pc-sysinstall
268 .endif
269
270 .if ${MK_PF} != "no"
271 SUBDIR+=        ftp-proxy
272 .endif
273
274 .if ${MK_PKGBOOTSTRAP} != "no"
275 SUBDIR+=        pkg
276 .endif
277
278 .if ${MK_PKGTOOLS} != "no"
279 SUBDIR+=        pkg_install
280 .endif
281
282 # XXX MK_TOOLCHAIN?
283 .if ${MK_PMC} != "no"
284 SUBDIR+=        pmcannotate
285 SUBDIR+=        pmccontrol
286 SUBDIR+=        pmcstat
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_SENDMAIL} != "no"
308 SUBDIR+=        editmap
309 SUBDIR+=        mailstats
310 SUBDIR+=        makemap
311 SUBDIR+=        praliases
312 SUBDIR+=        sendmail
313 .endif
314
315 .if ${MK_TOOLCHAIN} != "no"
316 SUBDIR+=        config
317 SUBDIR+=        crunch
318 .endif
319
320 .if ${MK_UNBOUND} != "no"
321 SUBDIR+=        unbound
322 .endif
323
324 .if ${MK_USB} != "no"
325 SUBDIR+=        uathload
326 SUBDIR+=        uhsoctl
327 SUBDIR+=        usbconfig
328 SUBDIR+=        usbdump
329 .endif
330
331 .if ${MK_UTMPX} != "no"
332 SUBDIR+=        ac
333 SUBDIR+=        lastlogin
334 SUBDIR+=        utx
335 .endif
336
337 .if ${MK_WIRELESS} != "no"
338 SUBDIR+=        ancontrol
339 SUBDIR+=        wlandebug
340 SUBDIR+=        wpa
341 .endif
342
343 .include <bsd.arch.inc.mk>
344
345 SUBDIR:=        ${SUBDIR:O}
346
347 .include <bsd.subdir.mk>