Build binutils if ${MKBFD} != "no" && ${HAVE_BINUTILS} == "219"

This commit is contained in:
skrll 2009-08-21 06:54:01 +00:00
parent 13d5139b34
commit 859ec79e00

9
external/gpl3/Makefile vendored Normal file
View File

@ -0,0 +1,9 @@
# $NetBSD: Makefile,v 1.1 2009/08/21 06:54:01 skrll Exp $
.include <bsd.own.mk>
.if ${MKBFD} != "no" && ${HAVE_BINUTILS} == "219"
SUBDIR+= binutils
.endif
.include <bsd.subdir.mk>