Module Name:    src
Committed By:   mrg
Date:           Tue Mar 16 01:46:39 UTC 2010

Modified Files:
        src/sys/arch/mvmeppc/stand/libsa: Makefile

Log Message:
include strncpy.c, like mvme68k libsa/Makefile rev 1.32.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/mvmeppc/stand/libsa/Makefile

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

Modified files:

Index: src/sys/arch/mvmeppc/stand/libsa/Makefile
diff -u src/sys/arch/mvmeppc/stand/libsa/Makefile:1.8 src/sys/arch/mvmeppc/stand/libsa/Makefile:1.9
--- src/sys/arch/mvmeppc/stand/libsa/Makefile:1.8	Sun Dec 13 08:36:01 2009
+++ src/sys/arch/mvmeppc/stand/libsa/Makefile	Tue Mar 16 01:46:38 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.8 2009/12/13 08:36:01 tsutsui Exp $
+#	$NetBSD: Makefile,v 1.9 2010/03/16 01:46:38 mrg Exp $
 
 LIB=sa
 
@@ -14,7 +14,7 @@
 	 open.c printf.c read.c strerror.c ufs.c globals.c lseek.c panic.c \
 	 closeall.c dev.c dkcksum.c nullfs.c fstat.c twiddle.c sprintf.c \
 	 subr_prf.c intoa.c udp.c memcmp.c loadfile.c loadfile_aout.c \
-	 loadfile_elf32.c dev_net.c ether_sprintf.c snprintf.c
+	 loadfile_elf32.c dev_net.c ether_sprintf.c snprintf.c strncmp.c
 
 SRC_kern= ashldi3.c ashrdi3.c strcmp.c strlen.c strncpy.c inet_addr.c
 

Reply via email to