]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.bin/Makefile
MFC r229997, r230033, and r230334
[FreeBSD/stable/9.git] / usr.bin / Makefile
1 #       From: @(#)Makefile      8.3 (Berkeley) 1/7/94
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 # XXX MISSING:          deroff diction graph learn plot
7 #                       spell spline struct xsend
8 # XXX Use GNU versions: diff ld patch
9 # Moved to secure: bdes
10 #
11
12 SUBDIR= alias \
13         apply \
14         asa \
15         awk \
16         banner \
17         basename \
18         brandelf \
19         bsdiff \
20         bzip2 \
21         bzip2recover \
22         cap_mkdb \
23         chat \
24         chpass \
25         cksum \
26         ${_clang} \
27         cmp \
28         col \
29         colldef \
30         colrm \
31         column \
32         comm \
33         compress \
34         cpuset \
35         csplit \
36         ctlstat \
37         cut \
38         dirname \
39         du \
40         ee \
41         elf2aout \
42         elfdump \
43         enigma \
44         env \
45         expand \
46         false \
47         fetch \
48         file \
49         find \
50         finger \
51         fmt \
52         fold \
53         fstat \
54         fsync \
55         ftp \
56         gcore \
57         gencat \
58         getconf \
59         getent \
60         getopt \
61         grep \
62         gzip \
63         head \
64         hexdump \
65         ${_iconv} \
66         id \
67         ipcrm \
68         ipcs \
69         join \
70         jot \
71         kdump \
72         keylogin \
73         keylogout \
74         killall \
75         ktrace \
76         ktrdump \
77         lam \
78         lastcomm \
79         ldd \
80         leave \
81         less \
82         lessecho \
83         lesskey \
84         limits \
85         locale \
86         lock \
87         lockf \
88         logger \
89         login \
90         logins \
91         logname \
92         look \
93         lorder \
94         lsvfs \
95         lzmainfo \
96         m4 \
97         ${_makewhatis} \
98         ${_man} \
99         mesg \
100         minigzip \
101         ministat \
102         ${_mkcsmapper} \
103         mkdep \
104         ${_mkesdb} \
105         mkfifo \
106         mklocale \
107         mktemp \
108         mkuzip \
109         mt \
110         ncal \
111         netstat \
112         newgrp \
113         nfsstat \
114         nice \
115         nl \
116         nohup \
117         opieinfo \
118         opiekey \
119         opiepasswd \
120         pagesize \
121         passwd \
122         paste \
123         pathchk \
124         perror \
125         pr \
126         printenv \
127         printf \
128         procstat \
129         rctl \
130         renice \
131         rev \
132         revoke \
133         rpcinfo \
134         rs \
135         rup \
136         rusers \
137         rwall \
138         script \
139         sed \
140         seq \
141         shar \
142         showmount \
143         sockstat \
144         split \
145         stat \
146         su \
147         systat \
148         tabs \
149         tail \
150         talk \
151         tar \
152         tcopy \
153         tee \
154         tftp \
155         time \
156         tip \
157         top \
158         touch \
159         tput \
160         tr \
161         true \
162         truncate \
163         truss \
164         tset \
165         tsort \
166         tty \
167         uname \
168         unexpand \
169         uniq \
170         unzip \
171         units \
172         unvis \
173         uudecode \
174         uuencode \
175         vi \
176         vis \
177         vmstat \
178         w \
179         wall \
180         wc \
181         what \
182         whereis \
183         which \
184         whois \
185         write \
186         xargs \
187         xinstall \
188         ${_xlint} \
189         ${_xstr} \
190         xz \
191         xzdec \
192         ${_yacc} \
193         yes \
194         ${_ypcat} \
195         ${_ypmatch} \
196         ${_ypwhich}
197
198 # NB: keep these sorted by MK_* knobs
199
200 .if ${MK_AT} != "no"
201 SUBDIR+=        at
202 .endif
203
204 .if ${MK_ATM} != "no"
205 SUBDIR+=        atm
206 .endif
207
208 .if ${MK_MAN_UTILS} != "no"
209 SUBDIR+=        catman
210 .endif
211
212 .if ${MK_BIND_UTILS} != "no"
213 SUBDIR+=        dig
214 SUBDIR+=        host
215 SUBDIR+=        nslookup
216 SUBDIR+=        nsupdate
217 .endif
218
219 .if ${MK_BLUETOOTH} != "no"
220 SUBDIR+=        bluetooth
221 .endif
222
223 .if ${MK_BSD_CPIO} != "no"
224 SUBDIR+=        cpio
225 .endif
226
227 .if ${MK_CALENDAR} != "no"
228 SUBDIR+=        calendar
229 .endif
230
231 .if ${MK_CLANG} != "no"
232 _clang=         clang
233 .endif
234
235 .if ${MK_HESIOD} != "no"
236 SUBDIR+=        hesinfo
237 .endif
238
239 .if ${MK_ICONV} != "no"
240 _iconv=         iconv
241 _mkcsmapper=    mkcsmapper
242 _mkesdb=        mkesdb
243 .endif
244
245 .if ${MK_GROFF} != "no"
246 SUBDIR+=        vgrind
247 .endif
248
249 .if ${MK_OPENSSL} != "no"
250 SUBDIR+=        bc
251 SUBDIR+=        chkey
252 SUBDIR+=        dc
253 SUBDIR+=        newkey
254 .endif
255
256 .if ${MK_LIBTHR} != "no"
257 SUBDIR+=        csup
258 .endif
259
260 .if ${MK_LOCATE} != "no"
261 SUBDIR+=        locate
262 .endif
263
264 # XXX msgs?
265 .if ${MK_MAIL} != "no"
266 SUBDIR+=        biff
267 SUBDIR+=        from
268 SUBDIR+=        mail
269 SUBDIR+=        msgs
270 .endif
271
272 .if ${MK_MAKE} != "no"
273 SUBDIR+=        make
274 .endif
275
276 .if ${MK_MAN_UTILS} != "no"
277 _makewhatis=    makewhatis
278 _man=           man
279 .endif
280
281 .if ${MK_NETCAT} != "no"
282 SUBDIR+=        nc
283 .endif
284
285 .if ${MK_NIS} != "no"
286 SUBDIR+=        ypcat
287 SUBDIR+=        ypmatch
288 SUBDIR+=        ypwhich
289 .endif
290
291 .if ${MK_QUOTAS} != "no"
292 SUBDIR+=        quota
293 .endif
294
295 .if ${MK_RCMDS} != "no"
296 SUBDIR+=        rlogin
297 SUBDIR+=        rsh
298 SUBDIR+=        ruptime
299 SUBDIR+=        rwho
300 .endif
301
302 .if ${MK_SENDMAIL} != "no"
303 SUBDIR+=        vacation
304 .endif
305
306 .if ${MK_TELNET} != "no"
307 SUBDIR+=        telnet
308 .endif
309
310 .if ${MK_TEXTPROC} != "no"
311 SUBDIR+=        checknr
312 SUBDIR+=        colcrt
313 SUBDIR+=        ul
314 .endif
315
316 .if ${MK_TOOLCHAIN} != "no"
317 SUBDIR+=        ar
318 SUBDIR+=        c89
319 SUBDIR+=        c99
320 SUBDIR+=        compile_et
321 SUBDIR+=        ctags
322 SUBDIR+=        file2c
323 SUBDIR+=        gprof
324 SUBDIR+=        indent
325 SUBDIR+=        lex
326 SUBDIR+=        mkstr
327 SUBDIR+=        rpcgen
328 SUBDIR+=        unifdef
329 SUBDIR+=        xlint
330 SUBDIR+=        xstr
331 SUBDIR+=        yacc
332 .endif
333
334 .if ${MK_USB} != "no"
335 SUBDIR+=        usbhidaction
336 SUBDIR+=        usbhidctl
337 .endif
338
339 .if ${MK_UTMPX} != "no"
340 SUBDIR+=        last
341 SUBDIR+=        users
342 SUBDIR+=        who
343 SUBDIR+=        wtmpcvt
344 .endif
345
346 .include <bsd.arch.inc.mk>
347
348 SUBDIR:=        ${SUBDIR:O}
349
350 .include <bsd.subdir.mk>