Module Name: src
Committed By: joerg
Date: Sun Apr 28 00:14:14 UTC 2013
Modified Files:
src/external/bsd: Makefile
Log Message:
Typo
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 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.42 src/external/bsd/Makefile:1.43
--- src/external/bsd/Makefile:1.42 Sat Apr 27 23:03:10 2013
+++ src/external/bsd/Makefile Sun Apr 28 00:14:14 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2013/04/27 23:03:10 joerg Exp $
+# $NetBSD: Makefile,v 1.43 2013/04/28 00:14:14 joerg Exp $
.include <bsd.own.mk>
@@ -25,7 +25,7 @@ SUBDIR+= lutok kyua-testers kyua-cli kyu
.if (${MKLDAP} != "no")
SUBDIR+= openldap
.endif
-.if (${MKLIBCXX} != "no)
+.if (${MKLIBCXX} != "no")
SUBDIR+= libc++
.endif
.if (${MKLLVM} != "no")