diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1996-11-14 16:11:57 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1996-11-14 16:11:57 +0000 |
commit | f63dd1e6032c68d55051ff2488cb1ff5b4e49628 (patch) | |
tree | 878b033c312f7baa762bbdfcdce2fe2749497e5a /sys/arch | |
parent | 992de972d85d95a5a0de8debb89be899937314d5 (diff) |
removed bcopy & bcmp dependencies
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sun3/stand/libsa/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sun3/stand/libsa/Makefile b/sys/arch/sun3/stand/libsa/Makefile index cf3369fdcee..3a016f8b02c 100644 --- a/sys/arch/sun3/stand/libsa/Makefile +++ b/sys/arch/sun3/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 1996/11/02 18:30:12 kstailey Exp $ +# $OpenBSD: Makefile,v 1.7 1996/11/14 16:11:56 kstailey Exp $ # $NetBSD: Makefile,v 1.9.4.1 1996/06/26 20:16:58 jtc Exp $ LIB=sa @@ -14,10 +14,10 @@ DIR_KERN=$S/lib/libkern SRC_net= nfs.c rpc.c net.c ether.c arp.c in_cksum.c \ bootparam.c rarp.c -SRC_sa = alloc.c bcopy.c close.c getfile.c memcmp.c memcpy.c memset.c open.c \ +SRC_sa = alloc.c close.c getfile.c memcmp.c memcpy.c memset.c open.c \ printf.c read.c strerror.c ufs.c -SRC_kern= ashrdi3.c bcmp.c bzero.c strcmp.c strlen.c +SRC_kern= ashrdi3.c strcmp.c strlen.c SRC_sun3= control.c ctrlsp.S |