Deleted Added
full compact
Makefile (245803) Makefile (251794)
1# $FreeBSD: head/gnu/usr.bin/Makefile 245803 2013-01-22 17:49:51Z theraven $
1# $FreeBSD: head/gnu/usr.bin/Makefile 251794 2013-06-15 20:29:07Z eadler $
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_binutils} \
6 ${_cc} \
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_binutils} \
6 ${_cc} \
7 ${_cvs} \
8 dialog \
9 diff \
10 diff3 \
11 ${_dtc} \
12 ${_gdb} \
13 ${_gperf} \
14 grep \
15 ${_groff} \

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

21
22.if ${MK_CXX} != "no"
23_gperf= gperf
24.if ${MK_GROFF} != "no"
25_groff= groff
26.endif
27.endif
28
7 dialog \
8 diff \
9 diff3 \
10 ${_dtc} \
11 ${_gdb} \
12 ${_gperf} \
13 grep \
14 ${_groff} \

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

20
21.if ${MK_CXX} != "no"
22_gperf= gperf
23.if ${MK_GROFF} != "no"
24_groff= groff
25.endif
26.endif
27
29.if ${MK_CVS} != "no"
30_cvs= cvs
31.endif
32
33.if ${MK_GPL_DTC} != "no"
34_dtc= dtc
35.endif
36
37.if ${MK_INFO} != "no"
38_texinfo= texinfo
39.endif
40

--- 15 unchanged lines hidden ---
28.if ${MK_GPL_DTC} != "no"
29_dtc= dtc
30.endif
31
32.if ${MK_INFO} != "no"
33_texinfo= texinfo
34.endif
35

--- 15 unchanged lines hidden ---