diff options
| author | Attilio Rao <attilio@FreeBSD.org> | 2011-05-19 22:55:37 +0000 |
|---|---|---|
| committer | Attilio Rao <attilio@FreeBSD.org> | 2011-05-19 22:55:37 +0000 |
| commit | 1fff3a5663bb2f6c3258376393ee666c9bfa72f6 (patch) | |
| tree | 9ebe7c8a9563c1461d853d41f0017dc6c2cc81bd /gnu/usr.bin | |
| parent | a713c4a5c33e404ecbb77b37fb319e1f2d041928 (diff) | |
| parent | b2bf146e3e3ef526b82b435c80a344299ff6e1ed (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/Makefile | 6 |
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> |
