Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libkern Build strlist.c.



details:   https://anonhg.NetBSD.org/src/rev/0f4b4e4f51ab
branches:  trunk
changeset: 950339:0f4b4e4f51ab
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jan 25 12:45:49 2021 +0000

description:
Build strlist.c.

(Sigh, missed in original commit.)

diffstat:

 sys/lib/libkern/Makefile.libkern |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c11fe29b76a7 -r 0f4b4e4f51ab sys/lib/libkern/Makefile.libkern
--- a/sys/lib/libkern/Makefile.libkern  Mon Jan 25 12:18:18 2021 +0000
+++ b/sys/lib/libkern/Makefile.libkern  Mon Jan 25 12:45:49 2021 +0000
@@ -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 @@
 .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
 



Home | Main Index | Thread Index | Old Index