Module Name:    src
Committed By:   martin
Date:           Sat Aug 24 08:43:09 UTC 2024

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

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

        tests/lib/Makefile              1.36

Hook up libstdc++


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.35.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.35 src/tests/lib/Makefile:1.35.2.1
--- src/tests/lib/Makefile:1.35	Mon Nov 21 22:01:33 2022
+++ src/tests/lib/Makefile	Sat Aug 24 08:43:09 2024
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.35 2022/11/21 22:01:33 christos Exp $
+# $NetBSD: Makefile,v 1.35.2.1 2024/08/24 08:43:09 martin Exp $
 
 .include <bsd.own.mk>
 
 TESTS_SUBDIRS=	csu libarchive libbluetooth libc libcrypt libcurses \
 		libexecinfo libi386 libm libnvmm libobjc libposix libppath \
-		libprop libpthread librefuse librt libtre libusbhid libutil \
-		libossaudio lua semaphore
+		libprop libpthread librefuse librt libstdc++ libtre libusbhid \
+		libutil libossaudio lua semaphore
 
 TESTS_SUBDIR_INSTALL_ONLY=	libevent
 

Reply via email to