diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-10-11 20:57:07 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-10-11 20:57:07 +0000 |
commit | 253ce387ebed3eb4fee2995d329f31c3f6cbce32 (patch) | |
tree | a4ec83fc7907fad7c302d28c624fe16cd318c5f8 | |
parent | fb763ce96bd38feb2e32a17b505f49933cb21c0c (diff) |
bzero is handled in the lib/arch/hppa/Makefile.inc
-rw-r--r-- | sys/arch/hppa/stand/libkern/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/hppa/stand/libkern/Makefile b/sys/arch/hppa/stand/libkern/Makefile index 829ac81d040..27c0a808a88 100644 --- a/sys/arch/hppa/stand/libkern/Makefile +++ b/sys/arch/hppa/stand/libkern/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2000/09/03 21:23:42 mickey Exp $ +# $OpenBSD: Makefile,v 1.4 2000/10/11 20:57:06 mickey Exp $ LIB= kern @@ -22,8 +22,6 @@ SRCS+= adddi3.c anddi3.c ashldi3.c ashrdi3.c cmpdi2.c divdi3.c iordi3.c \ # Other stuff SRCS+= srandom.c bcd.c -OBJS+= bzero.o - install: .include <bsd.lib.mk> |