Module Name: src
Committed By: matt
Date: Wed Aug 26 03:34:33 UTC 2009
Modified Files:
src/regress/usr.bin [matt-nb5-mips64]: Makefile
src/regress/usr.bin/rtld [matt-nb5-mips64]: Makefile
Log Message:
Deal with MKCXX
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.15.18.1 src/regress/usr.bin/Makefile
cvs rdiff -u -r1.2 -r1.2.44.1 src/regress/usr.bin/rtld/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/regress/usr.bin/Makefile
diff -u src/regress/usr.bin/Makefile:1.15 src/regress/usr.bin/Makefile:1.15.18.1
--- src/regress/usr.bin/Makefile:1.15 Mon Sep 17 17:37:48 2007
+++ src/regress/usr.bin/Makefile Wed Aug 26 03:34:33 2009
@@ -1,6 +1,12 @@
-# $NetBSD: Makefile,v 1.15 2007/09/17 17:37:48 drochner Exp $
+# $NetBSD: Makefile,v 1.15.18.1 2009/08/26 03:34:33 matt Exp $
-SUBDIR+= basename bzip2 c++ config cut dirname grep gzip m4 make rtld
+.include <bsd.own.mk>
+
+SUBDIR+= basename bzip2
+.if ${MKCXX} != "no"
+SUBDIR+= c++
+.endif
+SUBDIR+= config cut dirname grep gzip m4 make rtld
SUBDIR+= sdiff sort xlint
.include <bsd.subdir.mk>
Index: src/regress/usr.bin/rtld/Makefile
diff -u src/regress/usr.bin/rtld/Makefile:1.2 src/regress/usr.bin/rtld/Makefile:1.2.44.1
--- src/regress/usr.bin/rtld/Makefile:1.2 Thu Nov 14 21:10:45 2002
+++ src/regress/usr.bin/rtld/Makefile Wed Aug 26 03:34:33 2009
@@ -1,5 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2002/11/14 21:10:45 nathanw Exp $
+# $NetBSD: Makefile,v 1.2.44.1 2009/08/26 03:34:33 matt Exp $
-SUBDIR+= dlopen testlib dlerror-false dlerror-cleared
+.include <bsd.own.mk>
+
+SUBDIR+= dlopen
+.if ${MKCXX} != "no"
+SUBDIR+= testlib
+.endif
+SUBDIR+= dlerror-false dlerror-cleared
.include <bsd.subdir.mk>