Module Name:    src
Committed By:   he
Date:           Thu Jun 18 07:56:04 UTC 2009

Modified Files:
        src/sys/lib/libkern/arch/vax: Makefile.inc

Log Message:
Add memset.c, so that the references from sha2.c can be satisfied, and
so that the kernel and puffs applications can link again.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/lib/libkern/arch/vax/Makefile.inc

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/arch/vax/Makefile.inc
diff -u src/sys/lib/libkern/arch/vax/Makefile.inc:1.19 src/sys/lib/libkern/arch/vax/Makefile.inc:1.20
--- src/sys/lib/libkern/arch/vax/Makefile.inc:1.19	Fri Apr 13 22:12:04 2007
+++ src/sys/lib/libkern/arch/vax/Makefile.inc	Thu Jun 18 07:56:04 2009
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile.inc,v 1.19 2007/04/13 22:12:04 matt Exp $
+#	$NetBSD: Makefile.inc,v 1.20 2009/06/18 07:56:04 he Exp $
 #
 #	The rest of the lib routines are in machine/macros.h
 #
 SRCS+=	__assert.c \
 	blkcpy.S blkset.S bswap16.S bswap32.S bswap64.S \
-	__main.c memchr.c memcmp.c \
+	__main.c memchr.c memcmp.c memset.c \
 	random.S \
 	strcasecmp.c strcat.c strcmp.c strcpy.c strncasecmp.c strncmp.c \
 	strncpy.c strlen.c strtoul.c \

Reply via email to