]> CyberLeo.Net >> Repos - FreeBSD/releng/9.1.git/blob - usr.sbin/Makefile
Fix Denial of Service vulnerability in named(8). [13:07]
[FreeBSD/releng/9.1.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         ctladm \
20         daemon \
21         dconschat \
22         devinfo \
23         digictl \
24         diskinfo \
25         dumpcis \
26         extattr \
27         extattrctl \
28         fifolog \
29         fwcontrol \
30         getfmac \
31         getpmac \
32         gstat \
33         i2c \
34         ifmcstat \
35         inetd \
36         iostat \
37         kldxref \
38         mailwrapper \
39         makefs \
40         manctl \
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         nologin \
58         pc-sysinstall \
59         pciconf \
60         periodic \
61         powerd \
62         procctl \
63         pstat \
64         pw \
65         pwd_mkdb \
66         quot \
67         rarpd \
68         rmt \
69         rpcbind \
70         rpc.lockd \
71         rpc.statd \
72         rpc.umntall \
73         rtprio \
74         service \
75         services_mkdb \
76         setfib \
77         setfmac \
78         setpmac \
79         smbmsg \
80         snapinfo \
81         spray \
82         syslogd \
83         tcpdchk \
84         tcpdmatch \
85         tcpdrop \
86         tcpdump \
87         timed \
88         traceroute \
89         trpt \
90         tzsetup \
91         ugidfw \
92         vipw \
93         wake \
94         watch \
95         watchdogd \
96         zic
97
98 # NB: keep these sorted by MK_* knobs
99
100 .if ${MK_ACCT} != "no"
101 SUBDIR+=        accton
102 SUBDIR+=        sa
103 .endif
104
105 .if ${MK_AMD} != "no"
106 SUBDIR+=        amd
107 .endif
108
109 .if ${MK_AUDIT} != "no"
110 SUBDIR+=        audit
111 SUBDIR+=        auditd
112 SUBDIR+=        auditreduce
113 SUBDIR+=        praudit
114 .endif
115
116 .if ${MK_AUTHPF} != "no"
117 SUBDIR+=        authpf
118 .endif
119
120 .if ${MK_BIND_DNSSEC} != "no" && ${MK_OPENSSL} != "no"
121 SUBDIR+=        dnssec-dsfromkey
122 SUBDIR+=        dnssec-keyfromlabel
123 SUBDIR+=        dnssec-keygen
124 SUBDIR+=        dnssec-revoke
125 SUBDIR+=        dnssec-settime
126 SUBDIR+=        dnssec-signzone
127 .endif
128 .if ${MK_BIND_NAMED} != "no"
129 SUBDIR+=        arpaname
130 SUBDIR+=        ddns-confgen
131 SUBDIR+=        genrandom
132 SUBDIR+=        isc-hmac-fixup
133 SUBDIR+=        named
134 SUBDIR+=        named-checkconf
135 SUBDIR+=        named-checkzone
136 SUBDIR+=        named-journalprint
137 SUBDIR+=        nsec3hash
138 SUBDIR+=        rndc
139 SUBDIR+=        rndc-confgen
140 .endif
141
142 .if ${MK_BLUETOOTH} != "no"
143 SUBDIR+=        bluetooth
144 .endif
145
146 .if ${MK_BSNMP} != "no"
147 SUBDIR+=        bsnmpd
148 .endif
149
150 .if ${MK_CTM} != "no"
151 SUBDIR+=        ctm
152 .endif
153
154 .if ${MK_FLOPPY} != "no"
155 SUBDIR+=        fdcontrol
156 SUBDIR+=        fdformat
157 SUBDIR+=        fdread
158 SUBDIR+=        fdwrite
159 .endif
160
161 .if ${MK_FREEBSD_UPDATE} != "no"
162 SUBDIR+=        freebsd-update
163 .endif
164
165 .if ${MK_GSSAPI} != "no"
166 SUBDIR+=        gssd
167 .endif
168
169 .if ${MK_GPIO} != "no"
170 SUBDIR+=        gpioctl
171 .endif
172
173 .if ${MK_INET6} != "no"
174 SUBDIR+=        faithd
175 SUBDIR+=        ip6addrctl
176 SUBDIR+=        mld6query
177 SUBDIR+=        ndp
178 SUBDIR+=        rip6query
179 SUBDIR+=        route6d
180 SUBDIR+=        rrenumd
181 SUBDIR+=        rtadvctl
182 SUBDIR+=        rtadvd
183 SUBDIR+=        rtsold
184 SUBDIR+=        traceroute6
185 .endif
186
187 .if ${MK_IPFW} != "no"
188 SUBDIR+=        ipfwpcap
189 .endif
190
191 .if ${MK_IPX} != "no"
192 SUBDIR+=        IPXrouted
193 .endif
194
195 .if ${MK_JAIL} != "no"
196 SUBDIR+=        jail
197 SUBDIR+=        jexec
198 SUBDIR+=        jls
199 .endif
200
201 # XXX MK_SYSCONS
202 .if ${MK_LEGACY_CONSOLE} != "no"
203 SUBDIR+=        kbdcontrol
204 SUBDIR+=        kbdmap
205 SUBDIR+=        moused
206 SUBDIR+=        vidcontrol
207 .endif
208
209 .if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
210 .if ${MK_PPP} != "no"
211 SUBDIR+=        pppctl
212 .endif
213 .if ${MK_NS_CACHING} != "no"
214 SUBDIR+=        nscd
215 .endif
216 .endif
217
218 .if ${MK_LPR} != "no"
219 SUBDIR+=        lpr
220 .endif
221
222 .if ${MK_MAN_UTILS} != "no"
223 SUBDIR+=        manctl
224 .endif
225
226 .if ${MK_NETGRAPH} != "no"
227 SUBDIR+=        flowctl
228 SUBDIR+=        lmcconfig
229 SUBDIR+=        ngctl
230 SUBDIR+=        nghook
231 .endif
232
233 .if ${MK_NIS} != "no"
234 SUBDIR+=        rpc.yppasswdd
235 SUBDIR+=        rpc.ypupdated
236 SUBDIR+=        rpc.ypxfrd
237 SUBDIR+=        ypbind
238 SUBDIR+=        yp_mkdb
239 SUBDIR+=        yppoll
240 SUBDIR+=        yppush
241 SUBDIR+=        ypserv
242 SUBDIR+=        ypset
243 .endif
244
245 .if ${MK_NTP} != "no"
246 SUBDIR+=        ntp
247 .endif
248
249 .if ${MK_OPENSSL} != "no"
250 SUBDIR+=        keyserv
251 .endif
252
253 .if ${MK_PF} != "no"
254 SUBDIR+=        ftp-proxy
255 .endif
256
257 .if ${MK_PKGTOOLS} != "no"
258 SUBDIR+=        pkg_install
259 SUBDIR+=        pkg
260 .endif
261
262 # XXX MK_TOOLCHAIN?
263 .if ${MK_PMC} != "no"
264 SUBDIR+=        pmcannotate
265 SUBDIR+=        pmccontrol
266 SUBDIR+=        pmcstat
267 .endif
268
269 .if ${MK_PORTSNAP} != "no"
270 SUBDIR+=        portsnap
271 .endif
272
273 .if ${MK_PPP} != "no"
274 SUBDIR+=        ppp
275 .endif
276
277 .if ${MK_QUOTAS} != "no"
278 SUBDIR+=        edquota
279 SUBDIR+=        quotaon
280 SUBDIR+=        repquota
281 .endif
282
283 .if ${MK_RCMDS} != "no"
284 SUBDIR+=        rwhod
285 .endif
286
287 .if ${MK_SENDMAIL} != "no"
288 SUBDIR+=        editmap
289 SUBDIR+=        mailstats
290 SUBDIR+=        makemap
291 SUBDIR+=        praliases
292 SUBDIR+=        sendmail
293 .endif
294
295 .if ${MK_SYSINSTALL} != "no"
296 SUBDIR+=        sysinstall
297 .endif
298
299 .if ${MK_TOOLCHAIN} != "no"
300 SUBDIR+=        config
301 SUBDIR+=        crunch
302 .endif
303
304 .if ${MK_USB} != "no"
305 SUBDIR+=        uathload
306 SUBDIR+=        uhsoctl
307 SUBDIR+=        usbconfig
308 SUBDIR+=        usbdump
309 .endif
310
311 .if ${MK_UTMPX} != "no"
312 SUBDIR+=        ac
313 SUBDIR+=        lastlogin
314 SUBDIR+=        utxrm
315 .endif
316
317 .if ${MK_WIRELESS} != "no"
318 SUBDIR+=        ancontrol
319 SUBDIR+=        wlandebug
320 SUBDIR+=        wpa
321 .endif
322
323 .include <bsd.arch.inc.mk>
324
325 SUBDIR:=        ${SUBDIR:O}
326
327 .include <bsd.subdir.mk>