Optionally recurse into libc++.

This commit is contained in:
joerg 2013-04-27 23:03:10 +00:00
parent ecb06a3b09
commit 5f14cb8bb7
1 changed files with 4 additions and 1 deletions

View File

@ -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 kyua-atf-compat
.if (${MKLDAP} != "no")
SUBDIR+= openldap
.endif
.if (${MKLIBCXX} != "no)
SUBDIR+= libc++
.endif
.if (${MKLLVM} != "no")
SUBDIR+= llvm
.endif