Module Name:    src
Committed By:   thorpej
Date:           Mon Jan 25 12:45:49 UTC 2021

Modified Files:
        src/sys/lib/libkern: Makefile.libkern

Log Message:
Build strlist.c.

(Sigh, missed in original commit.)


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/lib/libkern/Makefile.libkern

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

Modified files:

Index: src/sys/lib/libkern/Makefile.libkern
diff -u src/sys/lib/libkern/Makefile.libkern:1.49 src/sys/lib/libkern/Makefile.libkern:1.50
--- src/sys/lib/libkern/Makefile.libkern:1.49	Tue Jun 30 16:20:02 2020
+++ src/sys/lib/libkern/Makefile.libkern	Mon Jan 25 12:45:49 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.libkern,v 1.49 2020/06/30 16:20:02 maxv Exp $
+#	$NetBSD: Makefile.libkern,v 1.50 2021/01/25 12:45:49 thorpej Exp $
 
 #
 # Variable definitions for libkern.
@@ -56,6 +56,7 @@ SRCS+=	bswap64.c
 .endif
 SRCS+=	md4c.c md5c.c rmd160.c sha1.c sha2.c sha3.c keccak.c murmurhash.c
 SRCS+=	pmatch.c mcount.c crc32.c
+SRCS+=	strlist.c
 
 SRCS+=	ppath_kmem_alloc.c
 

Reply via email to