]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/Makefile
This commit was generated by cvs2svn to compensate for changes in r157043,
[FreeBSD/FreeBSD.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 .include <bsd.own.mk>
13
14 SUBDIR= alias \
15         apply \
16         asa \
17         at \
18         ${_atm} \
19         awk \
20         banner \
21         basename \
22         biff \
23         ${_bluetooth} \
24         brandelf \
25         bsdiff \
26         bzip2 \
27         bzip2recover \
28         ${_c89} \
29         ${_c99} \
30         ${_calendar} \
31         cap_mkdb \
32         ${_catman} \
33         chat \
34         checknr \
35         ${_chkey} \
36         chpass \
37         cksum \
38         cmp \
39         col \
40         colcrt \
41         colldef \
42         colrm \
43         column \
44         comm \
45         compile_et \
46         compress \
47         csplit \
48         ${_csup} \
49         ctags \
50         cut \
51         ${_dig} \
52         dirname \
53         du \
54         ee \
55         elf2aout \
56         elfdump \
57         enigma \
58         env \
59         expand \
60         false \
61         fetch \
62         file \
63         file2c \
64         find \
65         finger \
66         fmt \
67         fold \
68         from \
69         fstat \
70         fsync \
71         ftp \
72         gcore \
73         gencat \
74         getconf \
75         getopt \
76         ${_gprof} \
77         head \
78         ${_hesinfo} \
79         hexdump \
80         ${_host} \
81         id \
82         indent \
83         ipcrm \
84         ipcs \
85         join \
86         jot \
87         kdump \
88         keylogin \
89         keylogout \
90         killall \
91         ktrace \
92         ktrdump \
93         lam \
94         last \
95         lastcomm \
96         ldd \
97         leave \
98         less \
99         lessecho \
100         lesskey \
101         ${_lex} \
102         limits \
103         locale \
104         locate \
105         lock \
106         lockf \
107         logger \
108         login \
109         logins \
110         logname \
111         look \
112         lorder \
113         lsvfs \
114         m4 \
115         mail \
116         make \
117         makewhatis \
118         mesg \
119         minigzip \
120         mkdep \
121         mkfifo \
122         mklocale \
123         mkstr \
124         mktemp \
125         mkuzip \
126         msgs \
127         mt \
128         ${_nc} \
129         ncal \
130         ${_ncplist} \
131         ${_ncplogin} \
132         netstat \
133         newgrp \
134         ${_newkey} \
135         nfsstat \
136         nice \
137         nl \
138         nohup \
139         ${_nslookup} \
140         ${_nsupdate} \
141         objformat \
142         opieinfo \
143         opiekey \
144         opiepasswd \
145         pagesize \
146         passwd \
147         paste \
148         pathchk \
149         pkill \
150         pr \
151         printenv \
152         printf \
153         quota \
154         renice \
155         rev \
156         ${_rlogin} \
157         rpcgen \
158         rpcinfo \
159         rs \
160         ${_rsh} \
161         rup \
162         ruptime \
163         rusers \
164         rwall \
165         rwho \
166         script \
167         sed \
168         shar \
169         showmount \
170         ${_smbutil} \
171         sockstat \
172         split \
173         stat \
174         su \
175         systat \
176         tabs \
177         tail \
178         talk \
179         tar \
180         tcopy \
181         tee \
182         telnet \
183         tftp \
184         time \
185         tip \
186         top \
187         touch \
188         tput \
189         tr \
190         true \
191         truncate \
192         ${_truss} \
193         tset \
194         tsort \
195         tty \
196         ${_uac} \
197         ul \
198         uname \
199         unexpand \
200         unifdef \
201         uniq \
202         units \
203         unvis \
204         ${_usbhidaction} \
205         ${_usbhidctl} \
206         users \
207         uudecode \
208         uuencode \
209         uuidgen \
210         ${_vacation} \
211         vgrind \
212         vi \
213         vis \
214         vmstat \
215         w \
216         wall \
217         wc \
218         what \
219         whereis \
220         which \
221         who \
222         whois \
223         window \
224         write \
225         xargs \
226         xinstall \
227         ${_xlint} \
228         xstr \
229         ${_yacc} \
230         yes \
231         ${_ypcat} \
232         ${_ypmatch} \
233         ${_ypwhich}
234
235 .if ${MACHINE_ARCH} != "arm"
236 _truss=         truss
237 .endif
238
239 .if ${MK_ATM} != "no"
240 _atm=           atm
241 .endif
242
243 .if ${MK_MAN} != "no"
244 _catman=        catman
245 .endif
246
247 .if ${MK_BIND_UTILS} != "no"
248 _dig=           dig
249 _host=          host
250 _nslookup=      nslookup
251 _nsupdate=      nsupdate
252 .endif
253
254 .if ${MK_BLUETOOTH} != "no"
255 _bluetooth=     bluetooth
256 .endif
257
258 .if ${MK_CALENDAR} != "no"
259 _calendar=      calendar
260 .endif
261
262 .if ${MK_OPENSSL} != "no"
263 _chkey=         chkey
264 _newkey=        newkey
265 .if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
266 .if ${MK_LIBC_R} != "no"
267 _csup=          csup
268 .endif
269 .elif ${MK_LIBPTHREAD} != "no"
270 _csup=          csup
271 .endif
272 .endif
273
274 .if ${MK_HESIOD} != "no"
275 _hesinfo=       hesinfo
276 .endif
277
278 .if ${MK_NETCAT} != "no"
279 _nc=            nc
280 .endif
281
282 .if ${MK_NIS} != "no"
283 _ypcat=         ypcat
284 _ypmatch=       ypmatch
285 _ypwhich=       ypwhich
286 .endif
287
288 .if ${MK_RCMDS} != "no"
289 _rlogin=        rlogin
290 _rsh=           rsh
291 .endif
292
293 .if ${MK_SENDMAIL} != "no"
294 _vacation=      vacation
295 .endif
296
297 .if ${MK_TOOLCHAIN} != "no"
298 _c89=           c89
299 _c99=           c99
300 _gprof=         gprof
301 _lex=           lex
302 _xlint=         xlint
303 _yacc=          yacc
304 .endif
305
306 .if ${MK_USB} != "no"
307 _usbhidaction=  usbhidaction
308 _usbhidctl=     usbhidctl
309 .endif
310
311 .if ${MACHINE_ARCH} == "i386"
312 .if ${MK_NCP} != "no"
313 _ncplist=       ncplist
314 _ncplogin=      ncplogin
315 .endif
316 _smbutil=       smbutil
317 .endif
318
319 .if ${MACHINE_ARCH} == "alpha"
320 _uac=           uac
321 .endif
322
323 .if ${MACHINE_ARCH} == "amd64"
324 .if ${MK_NCP} != "no"
325 _ncplist=       ncplist
326 _ncplogin=      ncplogin
327 .endif
328 _smbutil=       smbutil
329 .endif
330
331 .if ${MACHINE_ARCH} == "powerpc"
332 _smbutil=       smbutil
333 .endif
334
335 .include <bsd.subdir.mk>