Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun3/stand/libsa Add libsa's files.c to list of sou...



details:   https://anonhg.NetBSD.org/src/rev/0d93ee7b3e3b
branches:  trunk
changeset: 525842:0d93ee7b3e3b
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Thu Apr 18 15:39:02 2002 +0000

description:
Add libsa's files.c to list of sources, so that files[] exists.

diffstat:

 sys/arch/sun3/stand/libsa/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 24c1d47cce60 -r 0d93ee7b3e3b sys/arch/sun3/stand/libsa/Makefile
--- a/sys/arch/sun3/stand/libsa/Makefile        Thu Apr 18 15:36:57 2002 +0000
+++ b/sys/arch/sun3/stand/libsa/Makefile        Thu Apr 18 15:39:02 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.36 2001/12/12 01:49:53 tv Exp $
+#      $NetBSD: Makefile,v 1.37 2002/04/18 15:39:02 bouyer Exp $
 
 LIB=sa
 
@@ -31,7 +31,7 @@
 
 SRC_net= net.c ether.c arp.c in_cksum.c rarp.c
 
-SRC_sa = alloc.c bcmp.c bcopy.c bzero.c close.c getfile.c loadfile.c \
+SRC_sa = alloc.c bcmp.c bcopy.c bzero.c close.c files.c getfile.c loadfile.c \
        loadfile_aout.c loadfile_elf32.c lseek.c memcmp.c memcpy.c \
        memset.c open.c printf.c read.c sprintf.c strerror.c subr_prf.c \
        twiddle.c



Home | Main Index | Thread Index | Old Index