diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/stand/libkern/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/stand/libkern/Makefile b/sys/arch/hppa/stand/libkern/Makefile index 9ecfa30cbcc..829ac81d040 100644 --- a/sys/arch/hppa/stand/libkern/Makefile +++ b/sys/arch/hppa/stand/libkern/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 1999/05/28 03:50:54 mickey Exp $ +# $OpenBSD: Makefile,v 1.3 2000/09/03 21:23:42 mickey Exp $ LIB= kern @@ -22,6 +22,8 @@ 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> |