From bc349e2e6d187585cab3ce4d8d434fc87cced2a0 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 26 Dec 1995 17:46:29 +0000 Subject: put memcpy into libsa --- sys/arch/mvme68k/stand/libsa/Makefile | 4 ++-- sys/lib/libsa/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sys') 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 -- cgit v1.2.3