Module Name:    src
Committed By:   martin
Date:           Sat Aug 24 08:42:10 UTC 2024

Modified Files:
        src/tests/lib [netbsd-9]: Makefile

Log Message:
Additionally pull up the following for #1877 to fix the build:

        tests/lib/Makefile              1.36

Hook up libstdc++


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.31.2.1 src/tests/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/Makefile
diff -u src/tests/lib/Makefile:1.31 src/tests/lib/Makefile:1.31.2.1
--- src/tests/lib/Makefile:1.31	Sun Dec 23 13:35:02 2018
+++ src/tests/lib/Makefile	Sat Aug 24 08:42:10 2024
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.31 2018/12/23 13:35:02 maxv Exp $
+# $NetBSD: Makefile,v 1.31.2.1 2024/08/24 08:42:10 martin Exp $
 
 .include <bsd.own.mk>
 
 TESTS_SUBDIRS=	csu libbluetooth libc libcrypt libcurses libexecinfo \
 		libm libnvmm libobjc libposix libppath libprop libpthread \
-		librefuse librt libtre libusbhid libutil \
+		librefuse librt libstdc++ libtre libusbhid libutil \
 		semaphore
 
 TESTS_SUBDIR_INSTALL_ONLY=	libevent

Reply via email to