1#	$NetBSD: Makefile.inc,v 1.14 2017/11/30 05:47:24 riastradh Exp $
2#	$OpenBSD: Makefile.inc,v 1.5 1997/07/17 06:02:42 millert Exp $
3
4# hash functions
5.PATH: ${ARCHDIR}/hash ${.CURDIR}/hash
6
7SRCS+= hmac.c
8MAN+= hmac.3
9
10.include "${.CURDIR}/hash/md2/Makefile.inc"
11.include "${.CURDIR}/hash/rmd160/Makefile.inc"
12.include "${.CURDIR}/hash/sha1/Makefile.inc"
13.include "${.CURDIR}/hash/sha2/Makefile.inc"
14.include "${.CURDIR}/hash/sha3/Makefile.inc"
15
16.include "${.CURDIR}/hash/murmurhash/Makefile.inc"
17