summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/mdsetimage/Makefile
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2009-09-08 07:08:00 +0000
committerskrll <skrll@NetBSD.org>2009-09-08 07:08:00 +0000
commit8a770313a30c7048cbda990883a7d35ca45fbe8d (patch)
tree365e569529a8fc921c7c5f635c48873f7d260a41 /gnu/usr.sbin/mdsetimage/Makefile
parent68aba25e22914823783ce6b8b8fe6a470a71aa2a (diff)
Rename MKBFD to MKBINUTILS and support HAVE_BINUTILS for set lists. This
makes {MK,HAVE_}BINUTILS consistent with {MK,HAVE_}{GCC,GDB}. Allow MKBFD to defines MKBINUTILS as a backwards compatibility hook. Update the sets lists and add conditionals for lib{bfd,opcodes}.
Diffstat (limited to 'gnu/usr.sbin/mdsetimage/Makefile')
-rw-r--r--gnu/usr.sbin/mdsetimage/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.sbin/mdsetimage/Makefile b/gnu/usr.sbin/mdsetimage/Makefile
index 1b7f7a92734..1d20bcf4d57 100644
--- a/gnu/usr.sbin/mdsetimage/Makefile
+++ b/gnu/usr.sbin/mdsetimage/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2008/02/09 02:37:21 mrg Exp $
+# $NetBSD: Makefile,v 1.20 2009/09/08 07:08:02 skrll Exp $
.include <bsd.own.mk>
.if (defined(HOSTPROG) && \
(${TOOLCHAIN_MISSING} == "no" || defined(EXTERNAL_TOOLCHAIN))) || \
- ${MKBFD} != "no"
+ ${MKBINUTILS} != "no"
TOP= ${NETBSDSRCDIR}/gnu
DIST= ${TOP}/dist/binutils
BFDSUBDIR= lib
@@ -34,6 +34,6 @@ CPPFLAGS+= -I${TOP}/${BFDSUBDIR}/libbfd/arch/${MACHINE_ARCH} ${G_INCLUDES}
LDADD+= -lintl
DPADD+= ${LIBINTL}
.endif # HOSTPROG
-.endif # MKBFD != no
+.endif # MKBINUTILS != no
.include <bsd.prog.mk>