8a770313a3
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}.
10 lines
188 B
Makefile
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>
|