Module Name: src
Committed By: skrll
Date: Fri Aug 21 06:54:01 UTC 2009
Added Files:
src/external/gpl3: Makefile
Log Message:
Build binutils if ${MKBFD} != "no" && ${HAVE_BINUTILS} == "219"
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/gpl3/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/external/gpl3/Makefile
diff -u /dev/null src/external/gpl3/Makefile:1.1
--- /dev/null Fri Aug 21 06:54:01 2009
+++ src/external/gpl3/Makefile Fri Aug 21 06:54:01 2009
@@ -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>