Deleted Added
full compact
Makefile (208320) Makefile (209128)
1# $FreeBSD: head/gnu/usr.bin/Makefile 208320 2010-05-19 23:56:26Z jkim $
1# $FreeBSD: head/gnu/usr.bin/Makefile 209128 2010-06-13 13:02:43Z raj $
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_binutils} \
6 ${_cc} \
7 ${_cvs} \
8 dialog \
9 diff \
10 diff3 \
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_binutils} \
6 ${_cc} \
7 ${_cvs} \
8 dialog \
9 diff \
10 diff3 \
11 ${_dtc} \
11 ${_gdb} \
12 ${_gperf} \
13 ${_grep} \
14 ${_groff} \
15 ${_man} \
16 patch \
17 ${_rcs} \
18 sdiff \
19 send-pr \
20 sort \
21 ${_texinfo}
22
23.if ${MK_CXX} != "no"
24_gperf= gperf
25.if ${MK_GROFF} != "no"
26_groff= groff
27.endif
28.endif
29
30.if ${MK_CVS} != "no"
31_cvs= cvs
32.endif
33
12 ${_gdb} \
13 ${_gperf} \
14 ${_grep} \
15 ${_groff} \
16 ${_man} \
17 patch \
18 ${_rcs} \
19 sdiff \
20 send-pr \
21 sort \
22 ${_texinfo}
23
24.if ${MK_CXX} != "no"
25_gperf= gperf
26.if ${MK_GROFF} != "no"
27_groff= groff
28.endif
29.endif
30
31.if ${MK_CVS} != "no"
32_cvs= cvs
33.endif
34
35.if ${MK_FDT} != "no"
36_dtc= dtc
37.endif
38
34.if ${MK_GNU_GREP} != "no"
35_grep= grep
36.endif
37
38.if ${MK_INFO} != "no"
39_texinfo= texinfo
40.endif
41
42.if ${MK_MAN_UTILS} != "no"
43_man= man
44.endif
45
46.if ${MK_RCS} != "no"
47_rcs= rcs
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
58.include <bsd.subdir.mk>
39.if ${MK_GNU_GREP} != "no"
40_grep= grep
41.endif
42
43.if ${MK_INFO} != "no"
44_texinfo= texinfo
45.endif
46
47.if ${MK_MAN_UTILS} != "no"
48_man= man
49.endif
50
51.if ${MK_RCS} != "no"
52_rcs= rcs
53.endif
54
55.if ${MK_TOOLCHAIN} != "no"
56_binutils= binutils
57_cc= cc
58.if ${MK_GDB} != "no"
59_gdb= gdb
60.endif
61.endif
62
63.include <bsd.subdir.mk>