Browse Source

Install sha1(3) and links.

OPENBSD_2_2
millert 27 years ago
parent
commit
ec6f7d0de6
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      src/lib/libc/hash/Makefile.inc

+ 6
- 2
src/lib/libc/hash/Makefile.inc View File

@ -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

Loading…
Cancel
Save