Module Name:    src
Committed By:   he
Date:           Mon Mar 15 16:13:13 UTC 2010

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

Log Message:
Latest change to loadfile_elf32.c grew a dependency on strncmp,
so provide that as well as part of libsa for this platform.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/mvme68k/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/mvme68k/stand/libsa/Makefile
diff -u src/sys/arch/mvme68k/stand/libsa/Makefile:1.31 src/sys/arch/mvme68k/stand/libsa/Makefile:1.32
--- src/sys/arch/mvme68k/stand/libsa/Makefile:1.31	Sun Dec  6 13:31:17 2009
+++ src/sys/arch/mvme68k/stand/libsa/Makefile	Mon Mar 15 16:13:13 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.31 2009/12/06 13:31:17 tsutsui Exp $
+#	$NetBSD: Makefile,v 1.32 2010/03/15 16:13:13 he Exp $
 
 LIB=sa
 
@@ -28,7 +28,7 @@
 	open.c \
 	panic.c printf.c \
 	read.c \
-	snprintf.c sprintf.c strerror.c subr_prf.c \
+	snprintf.c sprintf.c strerror.c strncmp.c subr_prf.c \
 	twiddle.c \
 	udp.c ufs.c
 

Reply via email to