summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleo <leo@NetBSD.org>1999-03-15 07:46:11 +0000
committerleo <leo@NetBSD.org>1999-03-15 07:46:11 +0000
commit24ae5a32cf3d5fb9abbdf108eed7afdc6bf471a2 (patch)
treee383dfcd63164e43095d07bcb1eee795e70e0271
parent210ea7eabeb25bb3128eef5c9fe7fe40e900a45a (diff)
We need more 'stand' functions (From Julian Coleman).
-rw-r--r--sys/arch/atari/stand/libsa/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/atari/stand/libsa/Makefile b/sys/arch/atari/stand/libsa/Makefile
index 3a793238e9a..0d760f3d71b 100644
--- a/sys/arch/atari/stand/libsa/Makefile
+++ b/sys/arch/atari/stand/libsa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1999/02/19 21:51:26 leo Exp $
+# $NetBSD: Makefile,v 1.8 1999/03/15 07:46:11 leo Exp $
LIB= sa
@@ -25,7 +25,7 @@ SRCS+= ashrdi3.c bzero.c strcmp.c strlen.c
# stand routines
SRCS+= alloc.c bcopy.c exec.c getfile.c gets.c globals.c \
- memcpy.c printf.c strerror.c
+ memcpy.c printf.c strerror.c subr_prf.c twiddle.c
# io routines
SRCS+= close.c closeall.c dev.c disklabel.c dkcksum.c ioctl.c \