Deleted Added
full compact
Makefile (267734) Makefile (264303)
1# $FreeBSD: stable/10/gnu/usr.bin/Makefile 267734 2014-06-22 16:48:21Z gavin $
1# $FreeBSD: stable/10/gnu/usr.bin/Makefile 264303 2014-04-09 18:16:58Z dim $
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_binutils} \
6 ${_cc} \
7 dialog \
8 diff \
9 diff3 \
10 ${_dtc} \
11 ${_gdb} \
12 ${_gperf} \
13 grep \
14 ${_groff} \
15 ${_rcs} \
16 sdiff \
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_binutils} \
6 ${_cc} \
7 dialog \
8 diff \
9 diff3 \
10 ${_dtc} \
11 ${_gdb} \
12 ${_gperf} \
13 grep \
14 ${_groff} \
15 ${_rcs} \
16 sdiff \
17 ${_tests} \
17 send-pr \
18 ${_texinfo}
19
20.if ${MK_CXX} != "no"
21_gperf= gperf
22.if ${MK_GROFF} != "no"
23_groff= groff
24.endif
25.endif

--- 5 unchanged lines hidden (view full) ---

31.if ${MK_INFO} != "no"
32_texinfo= texinfo
33.endif
34
35.if ${MK_RCS} != "no"
36_rcs= rcs
37.endif
38
18 ${_texinfo}
19
20.if ${MK_CXX} != "no"
21_gperf= gperf
22.if ${MK_GROFF} != "no"
23_groff= groff
24.endif
25.endif

--- 5 unchanged lines hidden (view full) ---

31.if ${MK_INFO} != "no"
32_texinfo= texinfo
33.endif
34
35.if ${MK_RCS} != "no"
36_rcs= rcs
37.endif
38
39.if ${MK_TESTS} != "no"
40_tests= tests
41.endif
42
43.if ${MK_BINUTILS} != "no"
44_binutils= binutils
45.endif
46.if ${MK_GCC} != "no"
47_cc= cc
48.endif
49.if ${MK_GDB} != "no"
50_gdb= gdb
51.endif
52
53SUBDIR_PARALLEL=
54
55.include <bsd.subdir.mk>
39.if ${MK_BINUTILS} != "no"
40_binutils= binutils
41.endif
42.if ${MK_GCC} != "no"
43_cc= cc
44.endif
45.if ${MK_GDB} != "no"
46_gdb= gdb
47.endif
48
49SUBDIR_PARALLEL=
50
51.include <bsd.subdir.mk>