Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd Optionally recurse into libc++.
details: https://anonhg.NetBSD.org/src/rev/c0559f00ca40
branches: trunk
changeset: 786402:c0559f00ca40
user: joerg <joerg%NetBSD.org@localhost>
date: Sat Apr 27 23:03:10 2013 +0000
description:
Optionally recurse into libc++.
diffstat:
external/bsd/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r ee82ba2bded3 -r c0559f00ca40 external/bsd/Makefile
--- a/external/bsd/Makefile Sat Apr 27 23:02:17 2013 +0000
+++ b/external/bsd/Makefile Sat Apr 27 23:03:10 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2013/03/24 22:22:32 christos Exp $
+# $NetBSD: Makefile,v 1.42 2013/04/27 23:03:10 joerg Exp $
.include <bsd.own.mk>
@@ -25,6 +25,9 @@
.if (${MKLDAP} != "no")
SUBDIR+= openldap
.endif
+.if (${MKLIBCXX} != "no)
+SUBDIR+= libc++
+.endif
.if (${MKLLVM} != "no")
SUBDIR+= llvm
.endif
Home |
Main Index |
Thread Index |
Old Index