]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/usr.bin/Makefile
This commit was generated by cvs2svn to compensate for changes in r146998,
[FreeBSD/FreeBSD.git] / gnu / usr.bin / Makefile
1 # $FreeBSD$
2
3 SUBDIR= bc \
4         ${_binutils} \
5         ${_cc} \
6         cpio \
7         ${_cvs} \
8         dc \
9         dialog \
10         diff \
11         diff3 \
12         ${_gdb} \
13         ${_gperf} \
14         grep \
15         ${_groff} \
16         gzip \
17         man \
18         patch \
19         rcs \
20         sdiff \
21         send-pr \
22         sort \
23         texinfo
24  
25 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "powerpc"
26 NO_GDB= # not yet
27 .endif
28
29 .if !defined(NO_CXX)
30 .if ${MACHINE_ARCH} != "powerpc"
31 _gperf=         gperf
32 .endif
33 _groff=         groff
34 .endif
35
36 .if !defined(NO_CVS)
37 _cvs=           cvs
38 .endif
39
40 .if !defined(NO_TOOLCHAIN)
41 _binutils=      binutils
42 _cc=            cc
43 .if !defined(NO_GDB)
44 _gdb=           gdb
45 .endif
46 .endif
47
48 .include <bsd.subdir.mk>