Module Name: src
Committed By: matt
Date: Thu Feb 7 07:03:28 UTC 2013
Modified Files:
src/sys/lib/libkern [matt-nb6-plus]: Makefile.libkern
Log Message:
Pullup rev 1.19:
date: 2013/01/23 22:34:37; author: matt; state: Exp; lines: +2 -2
Add strnlen.c to SRCS (which will automatically use the .S version if it
exists).
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.17.4.1 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.17 src/sys/lib/libkern/Makefile.libkern:1.17.4.1
--- src/sys/lib/libkern/Makefile.libkern:1.17 Sun Feb 5 14:19:03 2012
+++ src/sys/lib/libkern/Makefile.libkern Thu Feb 7 07:03:28 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.libkern,v 1.17 2012/02/05 14:19:03 dholland Exp $
+# $NetBSD: Makefile.libkern,v 1.17.4.1 2013/02/07 07:03:28 matt Exp $
#
# Variable definitions for libkern.
@@ -84,7 +84,7 @@ SRCS+= random.c
SRCS+= rngtest.c
SRCS+= memchr.c
-SRCS+= strcat.c strcmp.c strcpy.c strlen.c
+SRCS+= strcat.c strcmp.c strcpy.c strlen.c strnlen.c
SRCS+= strncmp.c strncpy.c
SRCS+= strcasecmp.c strncasecmp.c