NetBSD/external/gpl3/Makefile
skrll 8a770313a3 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}.
2009-09-08 07:08:00 +00:00

10 lines
188 B
Makefile

# $NetBSD: Makefile,v 1.2 2009/09/08 07:08:02 skrll Exp $
.include <bsd.own.mk>
.if ${MKBINUTILS} != "no" && ${HAVE_BINUTILS} == "219"
SUBDIR+= binutils
.endif
.include <bsd.subdir.mk>