]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/Makefile
This commit was generated by cvs2svn to compensate for changes in r161751,
[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         getent \
76         getopt \
77         ${_gprof} \
78         head \
79         ${_hesinfo} \
80         hexdump \
81         ${_host} \
82         id \
83         indent \
84         ipcrm \
85         ipcs \
86         join \
87         jot \
88         kdump \
89         keylogin \
90         keylogout \
91         killall \
92         ktrace \
93         ktrdump \
94         lam \
95         last \
96         lastcomm \
97         ldd \
98         leave \
99         less \
100         lessecho \
101         lesskey \
102         ${_lex} \
103         limits \
104         locale \
105         locate \
106         lock \
107         lockf \
108         logger \
109         login \
110         logins \
111         logname \
112         look \
113         lorder \
114         lsvfs \
115         m4 \
116         mail \
117         make \
118         makewhatis \
119         mesg \
120         minigzip \
121         mkdep \
122         mkfifo \
123         mklocale \
124         mkstr \
125         mktemp \
126         mkuzip \
127         msgs \
128         mt \
129         ${_nc} \
130         ncal \
131         ${_ncplist} \
132         ${_ncplogin} \
133         netstat \
134         newgrp \
135         ${_newkey} \
136         nfsstat \
137         nice \
138         nl \
139         nohup \
140         ${_nslookup} \
141         ${_nsupdate} \
142         objformat \
143         opieinfo \
144         opiekey \
145         opiepasswd \
146         pagesize \
147         passwd \
148         paste \
149         pathchk \
150         pkill \
151         pr \
152         printenv \
153         printf \
154         quota \
155         renice \
156         rev \
157         ${_rlogin} \
158         rpcgen \
159         rpcinfo \
160         rs \
161         ${_rsh} \
162         rup \
163         ruptime \
164         rusers \
165         rwall \
166         rwho \
167         script \
168         sed \
169         shar \
170         showmount \
171         ${_smbutil} \
172         sockstat \
173         split \
174         stat \
175         su \
176         systat \
177         tabs \
178         tail \
179         talk \
180         tar \
181         tcopy \
182         tee \
183         telnet \
184         tftp \
185         time \
186         tip \
187         top \
188         touch \
189         tput \
190         tr \
191         true \
192         truncate \
193         ${_truss} \
194         tset \
195         tsort \
196         tty \
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} == "sparc64"
266 .if ${MK_LIBTHR} != "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} == "ia64"
320 _smbutil=       smbutil
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>