summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2011-05-19 22:55:37 +0000
committerattilio <attilio@FreeBSD.org>2011-05-19 22:55:37 +0000
commit0372174d48f975382712625e72bc9b47e95be3ce (patch)
tree9ebe7c8a9563c1461d853d41f0017dc6c2cc81bd /gnu
parentf8e98f8a14bc1430bfe19cc9d343cfb4c36c2c01 (diff)
parent6f33a79b0ac84a9dfb7c6ce665bde3cb866abefc (diff)
downloadFreeBSD-src-0372174d48f975382712625e72bc9b47e95be3ce.zip
FreeBSD-src-0372174d48f975382712625e72bc9b47e95be3ce.tar.gz
MFC
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index 7eaad9f..0ee257f 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -47,12 +47,14 @@ _texinfo= texinfo
_rcs= rcs
.endif
-.if ${MK_TOOLCHAIN} != "no"
+.if ${MK_BINUTILS} != "no"
_binutils= binutils
+.endif
+.if ${MK_GCC} != "no"
_cc= cc
+.endif
.if ${MK_GDB} != "no"
_gdb= gdb
.endif
-.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud