]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/usr.bin/Makefile
This commit was generated by cvs2svn to compensate for changes in r157043,
[FreeBSD/FreeBSD.git] / gnu / usr.bin / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR= bc \
6         ${_binutils} \
7         ${_cc} \
8         cpio \
9         ${_cvs} \
10         dc \
11         dialog \
12         diff \
13         diff3 \
14         ${_gdb} \
15         ${_gperf} \
16         grep \
17         ${_groff} \
18         gzip \
19         ${_man} \
20         patch \
21         ${_rcs} \
22         sdiff \
23         send-pr \
24         sort \
25         ${_texinfo}
26  
27 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "powerpc"
28 MK_GDB= no      # not yet
29 .endif
30
31 .if ${MK_CXX} != "no"
32 .if ${MACHINE_ARCH} != "powerpc"
33 _gperf=         gperf
34 .endif
35 .if ${MK_GROFF} != "no"
36 _groff=         groff
37 .endif
38 .endif
39
40 .if ${MK_CVS} != "no"
41 _cvs=           cvs
42 .endif
43
44 .if ${MK_MAN} != "no"
45 _man=           man
46 .endif
47
48 .if ${MK_INFO} != "no"
49 _texinfo=       texinfo
50 .endif
51
52 .if ${MK_TOOLCHAIN} != "no"
53 _binutils=      binutils
54 _cc=            cc
55 .if ${MK_GDB} != "no"
56 _gdb=           gdb
57 .endif
58 .endif
59 .if ${MK_RCS} != "no"
60 _rcs=           rcs
61 .endif
62
63 .include <bsd.subdir.mk>