]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/Makefile
The etcupdate utility is a tool for managing updates to files that are
[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         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         etcupdate \
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         manctl \
42         memcontrol \
43         mergemaster \
44         mfiutil \
45         mixer \
46         mlxcontrol \
47         mountd \
48         mount_portalfs \
49         mptutil \
50         mtest \
51         mtree \
52         newsyslog \
53         nfscbd \
54         nfsd \
55         nfsdumpstate \
56         nfsrevoke \
57         nfsuserd \
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         tcpdchk \
85         tcpdmatch \
86         tcpdrop \
87         tcpdump \
88         timed \
89         traceroute \
90         trpt \
91         tzsetup \
92         ugidfw \
93         vipw \
94         wake \
95         watch \
96         watchdogd \
97         zic
98
99 # NB: keep these sorted by MK_* knobs
100
101 .if ${MK_ACCT} != "no"
102 SUBDIR+=        accton
103 SUBDIR+=        sa
104 .endif
105
106 .if ${MK_AMD} != "no"
107 SUBDIR+=        amd
108 .endif
109
110 .if ${MK_AUDIT} != "no"
111 SUBDIR+=        audit
112 SUBDIR+=        auditd
113 SUBDIR+=        auditreduce
114 SUBDIR+=        praudit
115 .endif
116
117 .if ${MK_AUTHPF} != "no"
118 SUBDIR+=        authpf
119 .endif
120
121 .if ${MK_BIND_DNSSEC} != "no" && ${MK_OPENSSL} != "no"
122 SUBDIR+=        dnssec-dsfromkey
123 SUBDIR+=        dnssec-keyfromlabel
124 SUBDIR+=        dnssec-keygen
125 SUBDIR+=        dnssec-revoke
126 SUBDIR+=        dnssec-settime
127 SUBDIR+=        dnssec-signzone
128 .endif
129 .if ${MK_BIND_NAMED} != "no"
130 SUBDIR+=        arpaname
131 SUBDIR+=        ddns-confgen
132 SUBDIR+=        genrandom
133 SUBDIR+=        isc-hmac-fixup
134 SUBDIR+=        named
135 SUBDIR+=        named-checkconf
136 SUBDIR+=        named-checkzone
137 SUBDIR+=        named-journalprint
138 SUBDIR+=        nsec3hash
139 SUBDIR+=        rndc
140 SUBDIR+=        rndc-confgen
141 .endif
142
143 .if ${MK_BLUETOOTH} != "no"
144 SUBDIR+=        bluetooth
145 .endif
146
147 .if ${MK_BSNMP} != "no"
148 SUBDIR+=        bsnmpd
149 .endif
150
151 .if ${MK_CTM} != "no"
152 SUBDIR+=        ctm
153 .endif
154
155 .if ${MK_FLOPPY} != "no"
156 SUBDIR+=        fdcontrol
157 SUBDIR+=        fdformat
158 SUBDIR+=        fdread
159 SUBDIR+=        fdwrite
160 .endif
161
162 .if ${MK_FREEBSD_UPDATE} != "no"
163 SUBDIR+=        freebsd-update
164 .endif
165
166 .if ${MK_GSSAPI} != "no"
167 SUBDIR+=        gssd
168 .endif
169
170 .if ${MK_GPIO} != "no"
171 SUBDIR+=        gpioctl
172 .endif
173
174 .if ${MK_INET6} != "no"
175 SUBDIR+=        faithd
176 SUBDIR+=        ip6addrctl
177 SUBDIR+=        mld6query
178 SUBDIR+=        ndp
179 SUBDIR+=        rip6query
180 SUBDIR+=        route6d
181 SUBDIR+=        rrenumd
182 SUBDIR+=        rtadvctl
183 SUBDIR+=        rtadvd
184 SUBDIR+=        rtsold
185 SUBDIR+=        traceroute6
186 .endif
187
188 .if ${MK_IPFW} != "no"
189 SUBDIR+=        ipfwpcap
190 .endif
191
192 .if ${MK_IPX} != "no"
193 SUBDIR+=        IPXrouted
194 .endif
195
196 .if ${MK_JAIL} != "no"
197 SUBDIR+=        jail
198 SUBDIR+=        jexec
199 SUBDIR+=        jls
200 .endif
201
202 # XXX MK_SYSCONS
203 .if ${MK_LEGACY_CONSOLE} != "no"
204 SUBDIR+=        kbdcontrol
205 SUBDIR+=        kbdmap
206 SUBDIR+=        moused
207 SUBDIR+=        vidcontrol
208 .endif
209
210 .if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
211 .if ${MK_PPP} != "no"
212 SUBDIR+=        pppctl
213 .endif
214 .if ${MK_NS_CACHING} != "no"
215 SUBDIR+=        nscd
216 .endif
217 .endif
218
219 .if ${MK_LPR} != "no"
220 SUBDIR+=        lpr
221 .endif
222
223 .if ${MK_MAN_UTILS} != "no"
224 SUBDIR+=        manctl
225 .endif
226
227 .if ${MK_NAND} != "no"
228 SUBDIR+=        nandsim
229 SUBDIR+=        nandtool
230 .endif
231
232 .if ${MK_NETGRAPH} != "no"
233 SUBDIR+=        flowctl
234 SUBDIR+=        lmcconfig
235 SUBDIR+=        ngctl
236 SUBDIR+=        nghook
237 .endif
238
239 .if ${MK_NIS} != "no"
240 SUBDIR+=        rpc.yppasswdd
241 SUBDIR+=        rpc.ypupdated
242 SUBDIR+=        rpc.ypxfrd
243 SUBDIR+=        ypbind
244 SUBDIR+=        yp_mkdb
245 SUBDIR+=        yppoll
246 SUBDIR+=        yppush
247 SUBDIR+=        ypserv
248 SUBDIR+=        ypset
249 .endif
250
251 .if ${MK_NTP} != "no"
252 SUBDIR+=        ntp
253 .endif
254
255 .if ${MK_OPENSSL} != "no"
256 SUBDIR+=        keyserv
257 .endif
258
259 .if ${MK_PF} != "no"
260 SUBDIR+=        ftp-proxy
261 .endif
262
263 .if ${MK_PKGBOOTSTRAP} != "no"
264 SUBDIR+=        pkg
265 .endif
266
267 .if ${MK_PKGTOOLS} != "no"
268 SUBDIR+=        pkg_install
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_TOOLCHAIN} != "no"
305 SUBDIR+=        config
306 SUBDIR+=        crunch
307 .endif
308
309 .if ${MK_USB} != "no"
310 SUBDIR+=        uathload
311 SUBDIR+=        uhsoctl
312 SUBDIR+=        usbconfig
313 SUBDIR+=        usbdump
314 .endif
315
316 .if ${MK_UTMPX} != "no"
317 SUBDIR+=        ac
318 SUBDIR+=        lastlogin
319 SUBDIR+=        utx
320 .endif
321
322 .if ${MK_WIRELESS} != "no"
323 SUBDIR+=        ancontrol
324 SUBDIR+=        wlandebug
325 SUBDIR+=        wpa
326 .endif
327
328 .include <bsd.arch.inc.mk>
329
330 SUBDIR:=        ${SUBDIR:O}
331
332 .include <bsd.subdir.mk>