From 5f14cb8bb72a47c3af67fe450a2e975224665161 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 27 Apr 2013 23:03:10 +0000 Subject: [PATCH] Optionally recurse into libc++. --- external/bsd/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/external/bsd/Makefile b/external/bsd/Makefile index c9c8b99c3e53..c930322982f4 100644 --- a/external/bsd/Makefile +++ b/external/bsd/Makefile @@ -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 @@ -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