Module Name: src
Committed By: joerg
Date: Sat Apr 27 23:03:10 UTC 2013
Modified Files:
src/external/bsd: Makefile
Log Message:
Optionally recurse into libc++.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/external/bsd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/Makefile
diff -u src/external/bsd/Makefile:1.41 src/external/bsd/Makefile:1.42
--- src/external/bsd/Makefile:1.41 Sun Mar 24 22:22:32 2013
+++ src/external/bsd/Makefile Sat Apr 27 23:03:10 2013
@@ -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 @@ SUBDIR+= lutok kyua-testers kyua-cli kyu
.if (${MKLDAP} != "no")
SUBDIR+= openldap
.endif
+.if (${MKLIBCXX} != "no)
+SUBDIR+= libc++
+.endif
.if (${MKLLVM} != "no")
SUBDIR+= llvm
.endif