diff options
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/atari/stand/libsa/Makefile | 4 |
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 \ |
