summaryrefslogtreecommitdiff
path: root/lib/libc/hash/Makefile.inc
blob: 410f36d460d5cb2c27c532e162466d1c3c2a2a28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: Makefile.inc,v 1.14 2017/11/30 05:47:24 riastradh Exp $
#	$OpenBSD: Makefile.inc,v 1.5 1997/07/17 06:02:42 millert Exp $

# hash functions
.PATH: ${ARCHDIR}/hash ${.CURDIR}/hash

SRCS+= hmac.c
MAN+= hmac.3

.include "${.CURDIR}/hash/md2/Makefile.inc"
.include "${.CURDIR}/hash/rmd160/Makefile.inc"
.include "${.CURDIR}/hash/sha1/Makefile.inc"
.include "${.CURDIR}/hash/sha2/Makefile.inc"
.include "${.CURDIR}/hash/sha3/Makefile.inc"

.include "${.CURDIR}/hash/murmurhash/Makefile.inc"