]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/usr.bin/Makefile
This commit was generated by cvs2svn to compensate for changes in r161764,
[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"
28 MK_GDB= no      # not yet
29 .endif
30
31 .if ${MK_CXX} != "no"
32 _gperf=         gperf
33 .if ${MK_GROFF} != "no"
34 _groff=         groff
35 .endif
36 .endif
37
38 .if ${MK_CVS} != "no"
39 _cvs=           cvs
40 .endif
41
42 .if ${MK_MAN} != "no"
43 _man=           man
44 .endif
45
46 .if ${MK_INFO} != "no"
47 _texinfo=       texinfo
48 .endif
49
50 .if ${MK_TOOLCHAIN} != "no"
51 _binutils=      binutils
52 _cc=            cc
53 .if ${MK_GDB} != "no"
54 _gdb=           gdb
55 .endif
56 .endif
57 .if ${MK_RCS} != "no"
58 _rcs=           rcs
59 .endif
60
61 .include <bsd.subdir.mk>