summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/hash/Makefile.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/hash/Makefile.inc b/lib/libc/hash/Makefile.inc
index 20528d524a4..0b9617ee13e 100644
--- a/lib/libc/hash/Makefile.inc
+++ b/lib/libc/hash/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.8 2001/09/02 14:20:40 art Exp $
+# $OpenBSD: Makefile.inc,v 1.9 2001/09/24 19:54:08 jason Exp $
# hash functions
.PATH: ${LIBCSRCDIR}/hash
@@ -15,4 +15,7 @@ MLINKS+=rmd160.3 RMD160Transform.3
.if (${MACHINE_ARCH} == "sparc64")
sha1.o:
${CC} ${CFLAGS} ${CPPFLAGS} -O0 -c ${.IMPSRC}
+
+sha1.po:
+ ${CC} ${CFLAGS} ${CPPFLAGS} -O0 -c ${.IMPSRC}
.endif