Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/stand/libsa Add files.c to SRCS, since other ...



details:   https://anonhg.NetBSD.org/src/rev/8a5d49611e52
branches:  trunk
changeset: 525237:8a5d49611e52
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Mon Apr 08 17:25:54 2002 +0000

description:
Add files.c to SRCS, since other bits of libsa want it.

diffstat:

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

diffs (18 lines):

diff -r 9f63678d1f9c -r 8a5d49611e52 sys/arch/atari/stand/libsa/Makefile
--- a/sys/arch/atari/stand/libsa/Makefile       Mon Apr 08 17:18:22 2002 +0000
+++ b/sys/arch/atari/stand/libsa/Makefile       Mon Apr 08 17:25:54 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2002/03/11 10:29:42 leo Exp $
+#      $NetBSD: Makefile,v 1.15 2002/04/08 17:25:54 bjh21 Exp $
 
 LIB=   sa
 
@@ -24,7 +24,7 @@
 SRCS+= ashldi3.c ashrdi3.c bzero.c strcmp.c strlen.c
 
 # stand routines
-SRCS+= alloc.c bcopy.c exec.c getfile.c gets.c globals.c panic.c \
+SRCS+= alloc.c bcopy.c exec.c files.c getfile.c gets.c globals.c panic.c \
        memcpy.c printf.c strerror.c subr_prf.c twiddle.c 
 
 # io routines



Home | Main Index | Thread Index | Old Index