]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/Makefile
Mark functions as __dead2 in order to help the LLVM static checker
[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 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         m4 \
118         mail \
119         make \
120         makewhatis \
121         mesg \
122         minigzip \
123         ministat \
124         mkdep \
125         mkfifo \
126         mklocale \
127         mkstr \
128         mktemp \
129         mkuzip \
130         msgs \
131         mt \
132         ${_nc} \
133         ncal \
134         ${_ncplist} \
135         ${_ncplogin} \
136         netstat \
137         newgrp \
138         ${_newkey} \
139         nfsstat \
140         nice \
141         nl \
142         nohup \
143         ${_nslookup} \
144         ${_nsupdate} \
145         opieinfo \
146         opiekey \
147         opiepasswd \
148         pagesize \
149         passwd \
150         paste \
151         pathchk \
152         pkill \
153         pr \
154         printenv \
155         printf \
156         procstat \
157         quota \
158         renice \
159         rev \
160         ${_rlogin} \
161         rpcgen \
162         rpcinfo \
163         rs \
164         ${_rsh} \
165         rup \
166         ruptime \
167         rusers \
168         rwall \
169         rwho \
170         script \
171         sed \
172         shar \
173         showmount \
174         ${_smbutil} \
175         sockstat \
176         split \
177         stat \
178         su \
179         systat \
180         tabs \
181         tail \
182         talk \
183         tar \
184         tcopy \
185         tee \
186         telnet \
187         tftp \
188         time \
189         tip \
190         top \
191         touch \
192         tput \
193         tr \
194         true \
195         truncate \
196         ${_truss} \
197         tset \
198         tsort \
199         tty \
200         ul \
201         uname \
202         unexpand \
203         unifdef \
204         uniq \
205         units \
206         unvis \
207         ${_usbhidaction} \
208         ${_usbhidctl} \
209         users \
210         uudecode \
211         uuencode \
212         ${_vacation} \
213         vgrind \
214         vi \
215         vis \
216         vmstat \
217         w \
218         wall \
219         wc \
220         what \
221         whereis \
222         which \
223         who \
224         whois \
225         window \
226         write \
227         xargs \
228         xinstall \
229         ${_xlint} \
230         xstr \
231         ${_yacc} \
232         yes \
233         ${_ypcat} \
234         ${_ypmatch} \
235         ${_ypwhich}
236
237 .if ${MACHINE_ARCH} != "arm"
238 _truss=         truss
239 .endif
240
241 .if ${MK_ATM} != "no"
242 _atm=           atm
243 .endif
244
245 .if ${MK_MAN} != "no"
246 _catman=        catman
247 .endif
248
249 .if ${MK_BIND_UTILS} != "no"
250 _dig=           dig
251 _host=          host
252 _nslookup=      nslookup
253 _nsupdate=      nsupdate
254 .endif
255
256 .if ${MK_BLUETOOTH} != "no"
257 _bluetooth=     bluetooth
258 .endif
259
260 .if ${MK_BSD_CPIO} != "no"
261 _cpio=          cpio
262 .endif
263
264 .if ${MK_CALENDAR} != "no"
265 _calendar=      calendar
266 .endif
267
268 .if ${MK_OPENSSL} != "no"
269 _chkey=         chkey
270 _newkey=        newkey
271 .if ${MK_LIBTHR} != "no"
272 _csup=          csup
273 .endif
274 .endif
275
276 .if ${MK_HESIOD} != "no"
277 _hesinfo=       hesinfo
278 .endif
279
280 .if ${MK_NETCAT} != "no"
281 _nc=            nc
282 .endif
283
284 .if ${MK_NIS} != "no"
285 _ypcat=         ypcat
286 _ypmatch=       ypmatch
287 _ypwhich=       ypwhich
288 .endif
289
290 .if ${MK_RCMDS} != "no"
291 _rlogin=        rlogin
292 _rsh=           rsh
293 .endif
294
295 .if ${MK_SENDMAIL} != "no"
296 _vacation=      vacation
297 .endif
298
299 .if ${MK_TOOLCHAIN} != "no"
300 _ar=            ar
301 _c89=           c89
302 _c99=           c99
303 _gprof=         gprof
304 _lex=           lex
305 _xlint=         xlint
306 _yacc=          yacc
307 .endif
308
309 .if ${MK_USB} != "no"
310 _usbhidaction=  usbhidaction
311 _usbhidctl=     usbhidctl
312 .endif
313
314 .if ${MACHINE_ARCH} == "i386"
315 .if ${MK_NCP} != "no"
316 _ncplist=       ncplist
317 _ncplogin=      ncplogin
318 .endif
319 _smbutil=       smbutil
320 .endif
321
322 .if ${MACHINE_ARCH} == "ia64"
323 _smbutil=       smbutil
324 .endif
325
326 .if ${MACHINE_ARCH} == "amd64"
327 .if ${MK_NCP} != "no"
328 _ncplist=       ncplist
329 _ncplogin=      ncplogin
330 .endif
331 _smbutil=       smbutil
332 .endif
333
334 .if ${MACHINE_ARCH} == "powerpc"
335 _smbutil=       smbutil
336 .endif
337
338 .include <bsd.subdir.mk>