Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3 Build binutils if ${MKBFD} != "no" && ${HAVE_B...
details: https://anonhg.NetBSD.org/src/rev/234bbcc48c87
branches: trunk
changeset: 746840:234bbcc48c87
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Aug 21 06:54:01 2009 +0000
description:
Build binutils if ${MKBFD} != "no" && ${HAVE_BINUTILS} == "219"
diffstat:
external/gpl3/Makefile | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diffs (13 lines):
diff -r bfda61cc1522 -r 234bbcc48c87 external/gpl3/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl3/Makefile Fri Aug 21 06:54:01 2009 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index