diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mvme68k/stand/libsa/Makefile | 4 | ||||
-rw-r--r-- | sys/lib/libsa/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/stand/libsa/Makefile b/sys/arch/mvme68k/stand/libsa/Makefile index 9306a395325..aa66902cd5e 100644 --- a/sys/arch/mvme68k/stand/libsa/Makefile +++ b/sys/arch/mvme68k/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 1995/12/07 03:28:33 deraadt Exp $ +# $Id: Makefile,v 1.7 1995/12/26 17:46:28 deraadt Exp $ LIB=sa @@ -16,7 +16,7 @@ SRC_net= nfs.c rpc.c net.c ether.c arp.c in_cksum.c netif.c \ bootparam.c rarp.c -SRC_sa = alloc.c bcopy.c close.c getfile.c open.c \ +SRC_sa = alloc.c bcopy.c memcpy.c close.c getfile.c open.c \ printf.c read.c strerror.c ufs.c globals.c lseek.c \ closeall.c dev.c dkcksum.c nullfs.c fstat.c diff --git a/sys/lib/libsa/Makefile b/sys/lib/libsa/Makefile index f6a56fa2d42..af0def57ce5 100644 --- a/sys/lib/libsa/Makefile +++ b/sys/lib/libsa/Makefile @@ -11,7 +11,7 @@ DIR=${SAREL}${SADIR} CFLAGS+=-DSTANDALONE -DCOMPAT_UFS $(DEBUGFLAGS) -I${DIR} -I${DIR}/../.. # stand routines -SRCS+= alloc.c bcopy.c exit.c exec.c getfile.c gets.c globals.c \ +SRCS+= alloc.c bcopy.c memcpy.c exit.c exec.c getfile.c gets.c globals.c \ printf.c strerror.c # io routines |