summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2000-10-11 20:57:06 +0000
committermickey <mickey@openbsd.org>2000-10-11 20:57:06 +0000
commit41debd63ff454ed28ef8ea915526716dc47c09c0 (patch)
tree833d7d96536ef25265696a9f6a6daec9ca8b167a
parentmemset.c is in libkern (diff)
downloadwireguard-openbsd-41debd63ff454ed28ef8ea915526716dc47c09c0.tar.xz
wireguard-openbsd-41debd63ff454ed28ef8ea915526716dc47c09c0.zip
bzero is handled in the lib/arch/hppa/Makefile.inc
-rw-r--r--sys/arch/hppa/stand/libkern/Makefile4
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>