Deleted Added
full compact
Makefile (251794) Makefile (255191)
1# $FreeBSD: head/gnu/usr.bin/Makefile 251794 2013-06-15 20:29:07Z eadler $
1# $FreeBSD: head/gnu/usr.bin/Makefile 255191 2013-09-03 20:03:10Z pfg $
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} \
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 patch \
16 ${_rcs} \
17 sdiff \
18 send-pr \
19 ${_texinfo}
20
21.if ${MK_CXX} != "no"
22_gperf= gperf
23.if ${MK_GROFF} != "no"

--- 27 unchanged lines hidden ---
15 ${_rcs} \
16 sdiff \
17 send-pr \
18 ${_texinfo}
19
20.if ${MK_CXX} != "no"
21_gperf= gperf
22.if ${MK_GROFF} != "no"

--- 27 unchanged lines hidden ---