Deleted Added
full compact
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} \
7 ${_cvs} \
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
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 ---