]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - usr.sbin/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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         bsdinstall \
11         cdcontrol \
12         chkgrp \
13         chown \
14         chroot \
15         ckdist \
16         clear_locks \
17         crashinfo \
18         cron \
19         daemon \
20         dconschat \
21         devinfo \
22         digictl \
23         diskinfo \
24         dumpcis \
25         extattr \
26         extattrctl \
27         fifolog \
28         fwcontrol \
29         getfmac \
30         getpmac \
31         gstat \
32         i2c \
33         ifmcstat \
34         inetd \
35         iostat \
36         kldxref \
37         mailwrapper \
38         makefs \
39         manctl \
40         memcontrol \
41         mergemaster \
42         mfiutil \
43         mixer \
44         mlxcontrol \
45         mountd \
46         mount_portalfs \
47         mptutil \
48         mtest \
49         mtree \
50         newsyslog \
51         nfscbd \
52         nfsd \
53         nfsdumpstate \
54         nfsrevoke \
55         nfsuserd \
56         nologin \
57         pc-sysinstall \
58         pciconf \
59         periodic \
60         powerd \
61         procctl \
62         pstat \
63         pw \
64         pwd_mkdb \
65         quot \
66         rarpd \
67         rmt \
68         rpcbind \
69         rpc.lockd \
70         rpc.statd \
71         rpc.umntall \
72         rtprio \
73         service \
74         services_mkdb \
75         setfib \
76         setfmac \
77         setpmac \
78         smbmsg \
79         snapinfo \
80         spray \
81         syslogd \
82         tcpdchk \
83         tcpdmatch \
84         tcpdrop \
85         tcpdump \
86         timed \
87         traceroute \
88         trpt \
89         tzsetup \
90         ugidfw \
91         vipw \
92         wake \
93         watch \
94         watchdogd \
95         zic
96
97 # NB: keep these sorted by MK_* knobs
98
99 .if ${MK_ACCT} != "no"
100 SUBDIR+=        accton
101 SUBDIR+=        sa
102 .endif
103
104 .if ${MK_AMD} != "no"
105 SUBDIR+=        amd
106 .endif
107
108 .if ${MK_AUDIT} != "no"
109 SUBDIR+=        audit
110 SUBDIR+=        auditd
111 SUBDIR+=        auditreduce
112 SUBDIR+=        praudit
113 .endif
114
115 .if ${MK_AUTHPF} != "no"
116 SUBDIR+=        authpf
117 .endif
118
119 .if ${MK_BIND_DNSSEC} != "no" && ${MK_OPENSSL} != "no"
120 SUBDIR+=        dnssec-dsfromkey
121 SUBDIR+=        dnssec-keyfromlabel
122 SUBDIR+=        dnssec-keygen
123 SUBDIR+=        dnssec-revoke
124 SUBDIR+=        dnssec-settime
125 SUBDIR+=        dnssec-signzone
126 .endif
127 .if ${MK_BIND_NAMED} != "no"
128 SUBDIR+=        arpaname
129 SUBDIR+=        ddns-confgen
130 SUBDIR+=        genrandom
131 SUBDIR+=        isc-hmac-fixup
132 SUBDIR+=        named
133 SUBDIR+=        named-checkconf
134 SUBDIR+=        named-checkzone
135 SUBDIR+=        named-journalprint
136 SUBDIR+=        nsec3hash
137 SUBDIR+=        rndc
138 SUBDIR+=        rndc-confgen
139 .endif
140
141 .if ${MK_BLUETOOTH} != "no"
142 SUBDIR+=        bluetooth
143 .endif
144
145 .if ${MK_BSNMP} != "no"
146 SUBDIR+=        bsnmpd
147 .endif
148
149 .if ${MK_CTM} != "no"
150 SUBDIR+=        ctm
151 .endif
152
153 .if ${MK_FLOPPY} != "no"
154 SUBDIR+=        fdcontrol
155 SUBDIR+=        fdformat
156 SUBDIR+=        fdread
157 SUBDIR+=        fdwrite
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_IPFW} != "no"
187 SUBDIR+=        ipfwpcap
188 .endif
189
190 .if ${MK_IPX} != "no"
191 SUBDIR+=        IPXrouted
192 .endif
193
194 .if ${MK_JAIL} != "no"
195 SUBDIR+=        jail
196 SUBDIR+=        jexec
197 SUBDIR+=        jls
198 .endif
199
200 # XXX MK_SYSCONS
201 .if ${MK_LEGACY_CONSOLE} != "no"
202 SUBDIR+=        kbdcontrol
203 SUBDIR+=        kbdmap
204 SUBDIR+=        moused
205 SUBDIR+=        vidcontrol
206 .endif
207
208 .if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
209 .if ${MK_PPP} != "no"
210 SUBDIR+=        pppctl
211 .endif
212 .if ${MK_NS_CACHING} != "no"
213 SUBDIR+=        nscd
214 .endif
215 .endif
216
217 .if ${MK_LPR} != "no"
218 SUBDIR+=        lpr
219 .endif
220
221 .if ${MK_MAN_UTILS} != "no"
222 SUBDIR+=        manctl
223 .endif
224
225 .if ${MK_NETGRAPH} != "no"
226 SUBDIR+=        flowctl
227 SUBDIR+=        lmcconfig
228 SUBDIR+=        ngctl
229 SUBDIR+=        nghook
230 .endif
231
232 .if ${MK_NIS} != "no"
233 SUBDIR+=        rpc.yppasswdd
234 SUBDIR+=        rpc.ypupdated
235 SUBDIR+=        rpc.ypxfrd
236 SUBDIR+=        ypbind
237 SUBDIR+=        yp_mkdb
238 SUBDIR+=        yppoll
239 SUBDIR+=        yppush
240 SUBDIR+=        ypserv
241 SUBDIR+=        ypset
242 .endif
243
244 .if ${MK_NTP} != "no"
245 SUBDIR+=        ntp
246 .endif
247
248 .if ${MK_OPENSSL} != "no"
249 SUBDIR+=        keyserv
250 .endif
251
252 .if ${MK_PF} != "no"
253 SUBDIR+=        ftp-proxy
254 .endif
255
256 .if ${MK_PKGTOOLS} != "no"
257 SUBDIR+=        pkg_install
258 .endif
259
260 # XXX MK_TOOLCHAIN?
261 .if ${MK_PMC} != "no"
262 SUBDIR+=        pmcannotate
263 SUBDIR+=        pmccontrol
264 SUBDIR+=        pmcstat
265 .endif
266
267 .if ${MK_PORTSNAP} != "no"
268 SUBDIR+=        portsnap
269 .endif
270
271 .if ${MK_PPP} != "no"
272 SUBDIR+=        ppp
273 .endif
274
275 .if ${MK_QUOTAS} != "no"
276 SUBDIR+=        edquota
277 SUBDIR+=        quotaon
278 SUBDIR+=        repquota
279 .endif
280
281 .if ${MK_RCMDS} != "no"
282 SUBDIR+=        rwhod
283 .endif
284
285 .if ${MK_SENDMAIL} != "no"
286 SUBDIR+=        editmap
287 SUBDIR+=        mailstats
288 SUBDIR+=        makemap
289 SUBDIR+=        praliases
290 SUBDIR+=        sendmail
291 .endif
292
293 SUBDIR+=        sysinstall
294
295 .if ${MK_TOOLCHAIN} != "no"
296 SUBDIR+=        config
297 SUBDIR+=        crunch
298 .endif
299
300 .if ${MK_USB} != "no"
301 SUBDIR+=        uathload
302 SUBDIR+=        uhsoctl
303 SUBDIR+=        usbconfig
304 SUBDIR+=        usbdump
305 .endif
306
307 .if ${MK_UTMPX} != "no"
308 SUBDIR+=        ac
309 SUBDIR+=        lastlogin
310 SUBDIR+=        utxrm
311 .endif
312
313 .if ${MK_WIRELESS} != "no"
314 SUBDIR+=        ancontrol
315 SUBDIR+=        wlandebug
316 SUBDIR+=        wpa
317 .endif
318
319 .include <bsd.arch.inc.mk>
320
321 SUBDIR:=        ${SUBDIR:O}
322
323 .include <bsd.subdir.mk>