diff options
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/binutils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile index 3202ac9570b..f336e857b16 100644 --- a/gnu/usr.bin/binutils/Makefile +++ b/gnu/usr.bin/binutils/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2003/12/04 09:29:33 mrg Exp $ +# $NetBSD: Makefile,v 1.23 2009/09/08 07:08:02 skrll Exp $ .include <bsd.own.mk> -.if ${MKBFD} != "no" && exists(${.CURDIR}/common/arch/${MACHINE_ARCH}/defs.mk) +.if ${MKBINUTILS} != "no" && exists(${.CURDIR}/common/arch/${MACHINE_ARCH}/defs.mk) .include "${.CURDIR}/common/arch/${MACHINE_ARCH}/defs.mk" #SUBDIR= libopcodes libbfd libiberty .WAIT @@ -10,6 +10,6 @@ SSUBDIR+= common gas gprof ld ${G_PROGRAMS:C/-new$//:C/sysdump//:C/srconv//:cxxfilt=c++filt} SUBDIR+= ${SSUBDIR:O} # alphabetize -.endif # MKBFD != no +.endif # MKBINUTILS != no .include <bsd.subdir.mk> |
