summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-07-11 04:29:20 +0000
committermillert <millert@openbsd.org>1997-07-11 04:29:20 +0000
commit27f4741c77409fc4dba7c3429989fdb4543207aa (patch)
treecc93557e61f5e88611fd6d1e6774a23575ab94ff /lib
parent#include <sha1.h> not #include "sha1.h" (diff)
downloadwireguard-openbsd-27f4741c77409fc4dba7c3429989fdb4543207aa.tar.xz
wireguard-openbsd-27f4741c77409fc4dba7c3429989fdb4543207aa.zip
Install sha1(3) and links.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/hash/Makefile.inc8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/hash/Makefile.inc b/lib/libc/hash/Makefile.inc
index b6355d905af..874d4317919 100644
--- a/lib/libc/hash/Makefile.inc
+++ b/lib/libc/hash/Makefile.inc
@@ -1,7 +1,11 @@
-# $OpenBSD: Makefile.inc,v 1.1 1996/09/29 16:15:04 millert Exp $
+# $OpenBSD: Makefile.inc,v 1.2 1997/07/11 04:29:20 millert Exp $
# hash functions
.PATH: ${.CURDIR}/hash
SRCS+= sha1.c
-#MAN+= sha1.3
+MAN+= sha1.3
+MLINKS+=sha1.3 SHA1Init.3
+MLINKS+=sha1.3 SHA1Update.3
+MLINKS+=sha1.3 SHA1Final.3
+MLINKS+=sha1.3 SHA1Transform.3