summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-05-06 02:48:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-05-06 02:48:45 +0000
commit6f4e48830158f81160ccd8e4fa7e9f770da53507 (patch)
tree03a9c55efdea072e34f692430cb84adc822a17d1
parent7b3b3436b21eedc5bf4d52702b18bd7be2035b89 (diff)
bcd.c died
-rw-r--r--sys/arch/hppa/stand/libkern/Makefile4
-rw-r--r--sys/arch/hppa64/stand/libkern/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa/stand/libkern/Makefile b/sys/arch/hppa/stand/libkern/Makefile
index 27c0a808a88..8d7217dd7bd 100644
--- a/sys/arch/hppa/stand/libkern/Makefile
+++ b/sys/arch/hppa/stand/libkern/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2000/10/11 20:57:06 mickey Exp $
+# $OpenBSD: Makefile,v 1.5 2007/05/06 02:48:14 deraadt Exp $
LIB= kern
@@ -20,7 +20,7 @@ SRCS+= adddi3.c anddi3.c ashldi3.c ashrdi3.c cmpdi2.c divdi3.c iordi3.c \
subdi3.c ucmpdi2.c udivdi3.c umoddi3.c xordi3.c
# Other stuff
-SRCS+= srandom.c bcd.c
+SRCS+= srandom.c
install:
diff --git a/sys/arch/hppa64/stand/libkern/Makefile b/sys/arch/hppa64/stand/libkern/Makefile
index 6815b67c49b..da76711c749 100644
--- a/sys/arch/hppa64/stand/libkern/Makefile
+++ b/sys/arch/hppa64/stand/libkern/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2005/04/01 10:40:48 mickey Exp $
+# $OpenBSD: Makefile,v 1.2 2007/05/06 02:48:44 deraadt Exp $
LIB= kern
@@ -20,7 +20,7 @@ SRCS+= adddi3.c anddi3.c ashldi3.c ashrdi3.c cmpdi2.c divdi3.c iordi3.c \
subdi3.c ucmpdi2.c udivdi3.c umoddi3.c xordi3.c
# Other stuff
-SRCS+= srandom.c bcd.c
+SRCS+= srandom.c
install: