summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorAttilio Rao <attilio@FreeBSD.org>2011-05-19 22:55:37 +0000
committerAttilio Rao <attilio@FreeBSD.org>2011-05-19 22:55:37 +0000
commit1fff3a5663bb2f6c3258376393ee666c9bfa72f6 (patch)
tree9ebe7c8a9563c1461d853d41f0017dc6c2cc81bd /gnu/usr.bin
parenta713c4a5c33e404ecbb77b37fb319e1f2d041928 (diff)
parentb2bf146e3e3ef526b82b435c80a344299ff6e1ed (diff)
Notes
Diffstat (limited to 'gnu/usr.bin')
-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 7eaad9f590f1..0ee257f9867c 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>