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