Module Name:    src
Committed By:   christos
Date:           Sat Jan 18 20:54:52 UTC 2025

Modified Files:
        src/lib: Makefile

Log Message:
Re-enable userspace rcu now that sh3/sparc/vax have been fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.306 -r1.307 src/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/lib/Makefile
diff -u src/lib/Makefile:1.306 src/lib/Makefile:1.307
--- src/lib/Makefile:1.306	Fri Jan 17 12:43:14 2025
+++ src/lib/Makefile	Sat Jan 18 15:54:52 2025
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.306 2025/01/17 17:43:14 christos Exp $
+#	$NetBSD: Makefile,v 1.307 2025/01/18 20:54:52 christos Exp $
 #	from: @(#)Makefile	5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -256,7 +256,7 @@ SUBDIR+=        ../external/cddl/osnet/l
 SUBDIR+= 	../libexec/httpd/libbozohttpd 	# depends on libssl & libcrypto
 
 SUBDIR+=	../external/mit/libuv/lib
-# SUBDIR+=	../external/lgpl2/userspace-rcu/lib
+SUBDIR+=	../external/lgpl2/userspace-rcu/lib
 
 #==================== 3rd library dependency barrier ====================
 SUBDIR+=	.WAIT

Reply via email to