50ea67a5eb
reduce bloat and namespace trouble. (both were never public; hmac_sha1 is moved to libcrypt now because it is used locally there)
13 lines
334 B
Makefile
13 lines
334 B
Makefile
# $NetBSD: Makefile.inc,v 1.2 2006/10/27 18:29:21 drochner Exp $
|
|
|
|
# hash functions
|
|
.PATH: ${.CURDIR}/hash/sha1
|
|
|
|
SRCS+= sha1.c sha1hl.c
|
|
|
|
MAN+= sha1.3
|
|
|
|
MLINKS+=sha1.3 SHA1Init.3 sha1.3 SHA1Update.3 sha1.3 SHA1Final.3
|
|
MLINKS+=sha1.3 SHA1End.3 sha2.3 SHA1File.3 sha1.3 SHA1Data.3
|
|
MLINKS+=sha1.3 SHA1Transform.3 sha1.3 SHA1FileChunk.3
|