]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.bin/Makefile
MFC r362623:
[FreeBSD/stable/8.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: apropos bc dc diff grep ld man patch whatis
9 # Moved to secure: bdes
10 #
11
12 SUBDIR= alias \
13         apply \
14         ${_ar} \
15         asa \
16         ${_at} \
17         ${_atm} \
18         awk \
19         banner \
20         basename \
21         ${_biff} \
22         ${_bluetooth} \
23         brandelf \
24         bsdiff \
25         bzip2 \
26         bzip2recover \
27         ${_c89} \
28         ${_c99} \
29         ${_calendar} \
30         cap_mkdb \
31         ${_catman} \
32         chat \
33         ${_checknr} \
34         ${_chkey} \
35         chpass \
36         cksum \
37         cmp \
38         col \
39         ${_colcrt} \
40         colldef \
41         colrm \
42         column \
43         comm \
44         ${_compile_et} \
45         compress \
46         ${_cpio} \
47         cpuset \
48         csplit \
49         ${_csup} \
50         ${_ctags} \
51         cut \
52         ${_dig} \
53         dirname \
54         du \
55         ee \
56         elf2aout \
57         elfdump \
58         enigma \
59         env \
60         expand \
61         false \
62         fetch \
63         file \
64         ${_file2c} \
65         find \
66         finger \
67         fmt \
68         fold \
69         ${_from} \
70         fstat \
71         fsync \
72         ftp \
73         gcore \
74         gencat \
75         getconf \
76         getent \
77         getopt \
78         ${_gprof} \
79         gzip \
80         head \
81         ${_hesinfo} \
82         hexdump \
83         ${_host} \
84         id \
85         ${_indent} \
86         ipcrm \
87         ipcs \
88         join \
89         jot \
90         kdump \
91         keylogin \
92         keylogout \
93         killall \
94         ktrace \
95         ktrdump \
96         lam \
97         last \
98         lastcomm \
99         ldd \
100         leave \
101         less \
102         lessecho \
103         lesskey \
104         ${_lex} \
105         limits \
106         locale \
107         ${_locate} \
108         lock \
109         lockf \
110         logger \
111         login \
112         logins \
113         logname \
114         look \
115         lorder \
116         lsvfs \
117         lzmainfo \
118         m4 \
119         ${_mail} \
120         ${_make} \
121         ${_makewhatis} \
122         mesg \
123         minigzip \
124         ministat \
125         mkdep \
126         mkfifo \
127         mklocale \
128         ${_mkstr} \
129         mktemp \
130         mkuzip \
131         ${_msgs} \
132         mt \
133         ${_nc} \
134         ncal \
135         ${_ncplist} \
136         ${_ncplogin} \
137         netstat \
138         newgrp \
139         ${_newkey} \
140         nfsstat \
141         nice \
142         nl \
143         nohup \
144         ${_nslookup} \
145         ${_nsupdate} \
146         opieinfo \
147         opiekey \
148         opiepasswd \
149         pagesize \
150         passwd \
151         paste \
152         pathchk \
153         perror \
154         pr \
155         printenv \
156         printf \
157         procstat \
158         ${_quota} \
159         renice \
160         rev \
161         revoke \
162         ${_rlogin} \
163         ${_rpcgen} \
164         rpcinfo \
165         rs \
166         ${_rsh} \
167         rup \
168         ${_ruptime} \
169         rusers \
170         rwall \
171         ${_rwho} \
172         script \
173         sed \
174         shar \
175         showmount \
176         ${_smbutil} \
177         sockstat \
178         split \
179         stat \
180         stdbuf \
181         su \
182         systat \
183         tabs \
184         tail \
185         talk \
186         tar \
187         tcopy \
188         tee \
189         ${_telnet} \
190         tftp \
191         time \
192         tip \
193         top \
194         touch \
195         tput \
196         tr \
197         true \
198         truncate \
199         ${_truss} \
200         tset \
201         tsort \
202         tty \
203         ${_ul} \
204         uname \
205         unexpand \
206         ${_unifdef} \
207         uniq \
208         unzip \
209         units \
210         unvis \
211         ${_usbhidaction} \
212         ${_usbhidctl} \
213         users \
214         uudecode \
215         uuencode \
216         ${_vacation} \
217         ${_vgrind} \
218         vi \
219         vis \
220         vmstat \
221         w \
222         wall \
223         wc \
224         what \
225         whereis \
226         which \
227         who \
228         whois \
229         write \
230         xargs \
231         xinstall \
232         ${_xlint} \
233         ${_xstr} \
234         xz \
235         xzdec \
236         ${_yacc} \
237         yes \
238         ${_ypcat} \
239         ${_ypmatch} \
240         ${_ypwhich}
241
242 .if ${MACHINE_ARCH} != "arm"
243 _truss=         truss
244 .endif
245
246 # NB: keep these sorted by MK_* knobs
247
248 .if ${MK_AT} != "no"
249 _at=            at
250 .endif
251
252 .if ${MK_ATM} != "no"
253 _atm=           atm
254 .endif
255
256 .if ${MK_MAN_UTILS} != "no"
257 _catman=        catman
258 .endif
259
260 .if ${MK_BIND_UTILS} != "no"
261 _dig=           dig
262 _host=          host
263 _nslookup=      nslookup
264 _nsupdate=      nsupdate
265 .endif
266
267 .if ${MK_BLUETOOTH} != "no"
268 _bluetooth=     bluetooth
269 .endif
270
271 .if ${MK_BSD_CPIO} != "no"
272 _cpio=          cpio
273 .endif
274
275 .if ${MK_CALENDAR} != "no"
276 _calendar=      calendar
277 .endif
278
279 .if ${MK_HESIOD} != "no"
280 _hesinfo=       hesinfo
281 .endif
282
283 .if ${MK_OPENSSL} != "no"
284 _chkey=         chkey
285 _newkey=        newkey
286 .endif
287
288 .if ${MK_LIBTHR} != "no"
289 _csup=          csup
290 .endif
291
292 .if ${MK_LOCATE} != "no"
293 _locate=        locate
294 .endif
295
296 # XXX msgs?
297 .if ${MK_MAIL} != "no"
298 _biff=          biff
299 _from=          from
300 _mail=          mail
301 _msgs=          msgs
302 .endif
303
304 .if ${MK_MAKE} != "no"
305 _make=          make
306 .endif
307
308 .if ${MK_MAN_UTILS} != "no"
309 _makewhatis=    makewhatis
310 .endif
311
312 .if ${MK_NETCAT} != "no"
313 _nc=            nc
314 .endif
315
316 .if ${MK_NIS} != "no"
317 _ypcat=         ypcat
318 _ypmatch=       ypmatch
319 _ypwhich=       ypwhich
320 .endif
321
322 .if ${MK_QUOTAS} != "no"
323 _quota=         quota
324 .endif
325
326 .if ${MK_RCMDS} != "no"
327 _rlogin=        rlogin
328 _rsh=           rsh
329 _ruptime=       ruptime
330 _rwho=          rwho
331 .endif
332
333 .if ${MK_SENDMAIL} != "no"
334 _vacation=      vacation
335 .endif
336
337 .if ${MK_TELNET} != "no"
338 _telnet=        telnet
339 .endif
340
341 .if ${MK_TEXTPROC} != "no"
342 _checknr=       checknr
343 _colcrt=        colcrt
344 _ul=            ul
345 .endif
346
347 .if ${MK_TOOLCHAIN} != "no"
348 _ar=            ar
349 _c89=           c89
350 _c99=           c99
351 _compile_et=    compile_et
352 _ctags=         ctags
353 _file2c=        file2c
354 _gprof=         gprof
355 _indent=        indent
356 _lex=           lex
357 _mkstr=         mkstr
358 _rpcgen=        rpcgen
359 _unifdef=       unifdef
360 _xlint=         xlint
361 _xstr=          xstr
362 # XXX maybe under textproc?
363 _vgrind=        vgrind
364 _yacc=          yacc
365 .endif
366
367 .if ${MK_USB} != "no"
368 _usbhidaction=  usbhidaction
369 _usbhidctl=     usbhidctl
370 .endif
371
372 .if ${MACHINE_ARCH} == "i386"
373 .if ${MK_NCP} != "no"
374 _ncplist=       ncplist
375 _ncplogin=      ncplogin
376 .endif
377 _smbutil=       smbutil
378 .endif
379
380 .if ${MACHINE_ARCH} == "ia64"
381 _smbutil=       smbutil
382 .endif
383
384 .if ${MACHINE_ARCH} == "amd64"
385 .if ${MK_NCP} != "no"
386 _ncplist=       ncplist
387 _ncplogin=      ncplogin
388 .endif
389 _smbutil=       smbutil
390 .endif
391
392 .if ${MACHINE_ARCH} == "powerpc"
393 _smbutil=       smbutil
394 .endif
395
396 SUBDIR_PARALLEL=
397
398 .include <bsd.subdir.mk>