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