]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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         burncd \
10         bsdconfig \
11         bsdinstall \
12         cdcontrol \
13         chkgrp \
14         chown \
15         chroot \
16         ckdist \
17         clear_locks \
18         crashinfo \
19         cron \
20         ctladm \
21         daemon \
22         dconschat \
23         devinfo \
24         digictl \
25         diskinfo \
26         dumpcis \
27         extattr \
28         extattrctl \
29         fifolog \
30         fwcontrol \
31         getfmac \
32         getpmac \
33         gstat \
34         i2c \
35         ifmcstat \
36         inetd \
37         iostat \
38         kldxref \
39         mailwrapper \
40         makefs \
41         memcontrol \
42         mergemaster \
43         mfiutil \
44         mixer \
45         mlxcontrol \
46         mountd \
47         mount_portalfs \
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         setfib \
78         setfmac \
79         setpmac \
80         smbmsg \
81         snapinfo \
82         spray \
83         syslogd \
84         sysrc \
85         tcpdchk \
86         tcpdmatch \
87         tcpdrop \
88         tcpdump \
89         timed \
90         traceroute \
91         trpt \
92         tzsetup \
93         ugidfw \
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_BIND_DNSSEC} != "no" && ${MK_OPENSSL} != "no"
126 SUBDIR+=        dnssec-dsfromkey
127 SUBDIR+=        dnssec-keyfromlabel
128 SUBDIR+=        dnssec-keygen
129 SUBDIR+=        dnssec-revoke
130 SUBDIR+=        dnssec-settime
131 SUBDIR+=        dnssec-signzone
132 .endif
133 .if ${MK_BIND_NAMED} != "no"
134 SUBDIR+=        arpaname
135 SUBDIR+=        ddns-confgen
136 SUBDIR+=        genrandom
137 SUBDIR+=        isc-hmac-fixup
138 SUBDIR+=        named
139 SUBDIR+=        named-checkconf
140 SUBDIR+=        named-checkzone
141 SUBDIR+=        named-journalprint
142 SUBDIR+=        nsec3hash
143 SUBDIR+=        rndc
144 SUBDIR+=        rndc-confgen
145 .endif
146
147 .if ${MK_BLUETOOTH} != "no"
148 SUBDIR+=        bluetooth
149 .endif
150
151 .if ${MK_BSNMP} != "no"
152 SUBDIR+=        bsnmpd
153 .endif
154
155 .if ${MK_CTM} != "no"
156 SUBDIR+=        ctm
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_FREEBSD_UPDATE} != "no"
167 SUBDIR+=        freebsd-update
168 .endif
169
170 .if ${MK_GSSAPI} != "no"
171 SUBDIR+=        gssd
172 .endif
173
174 .if ${MK_GPIO} != "no"
175 SUBDIR+=        gpioctl
176 .endif
177
178 .if ${MK_INET6} != "no"
179 SUBDIR+=        faithd
180 SUBDIR+=        ip6addrctl
181 SUBDIR+=        mld6query
182 SUBDIR+=        ndp
183 SUBDIR+=        rip6query
184 SUBDIR+=        route6d
185 SUBDIR+=        rrenumd
186 SUBDIR+=        rtadvctl
187 SUBDIR+=        rtadvd
188 SUBDIR+=        rtsold
189 SUBDIR+=        traceroute6
190 .endif
191
192 .if ${MK_IPFW} != "no"
193 SUBDIR+=        ipfwpcap
194 .endif
195
196 .if ${MK_IPX} != "no"
197 SUBDIR+=        IPXrouted
198 .endif
199
200 .if ${MK_JAIL} != "no"
201 SUBDIR+=        jail
202 SUBDIR+=        jexec
203 SUBDIR+=        jls
204 .endif
205
206 # XXX MK_SYSCONS
207 .if ${MK_LEGACY_CONSOLE} != "no"
208 SUBDIR+=        kbdcontrol
209 SUBDIR+=        kbdmap
210 SUBDIR+=        moused
211 SUBDIR+=        vidcontrol
212 .endif
213
214 .if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
215 .if ${MK_PPP} != "no"
216 SUBDIR+=        pppctl
217 .endif
218 .if ${MK_NS_CACHING} != "no"
219 SUBDIR+=        nscd
220 .endif
221 .endif
222
223 .if ${MK_LPR} != "no"
224 SUBDIR+=        lpr
225 .endif
226
227 .if ${MK_MAN_UTILS} != "no"
228 SUBDIR+=        manctl
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_PKGTOOLS} != "no"
267 SUBDIR+=        pkg_install
268 SUBDIR+=        pkg
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_SYSINSTALL} != "no"
305 SUBDIR+=        sysinstall
306 .endif
307
308 .if ${MK_TOOLCHAIN} != "no"
309 SUBDIR+=        config
310 SUBDIR+=        crunch
311 .endif
312
313 .if ${MK_USB} != "no"
314 SUBDIR+=        uathload
315 SUBDIR+=        uhsoctl
316 SUBDIR+=        usbconfig
317 SUBDIR+=        usbdump
318 .endif
319
320 .if ${MK_UTMPX} != "no"
321 SUBDIR+=        ac
322 SUBDIR+=        lastlogin
323 SUBDIR+=        utxrm
324 .endif
325
326 .if ${MK_WIRELESS} != "no"
327 SUBDIR+=        ancontrol
328 SUBDIR+=        wlandebug
329 SUBDIR+=        wpa
330 .endif
331
332 .include <bsd.arch.inc.mk>
333
334 SUBDIR:=        ${SUBDIR:O}
335
336 .include <bsd.subdir.mk>