2017-11-30 08:47:24 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.14 2017/11/30 05:47:24 riastradh Exp $
|
1999-02-04 08:08:58 +03:00
|
|
|
# $OpenBSD: Makefile.inc,v 1.5 1997/07/17 06:02:42 millert Exp $
|
|
|
|
|
|
|
|
# hash functions
|
1999-02-24 18:05:20 +03:00
|
|
|
.PATH: ${ARCHDIR}/hash ${.CURDIR}/hash
|
1999-02-04 08:08:58 +03:00
|
|
|
|
2016-07-02 01:41:39 +03:00
|
|
|
SRCS+= hmac.c
|
|
|
|
MAN+= hmac.3
|
|
|
|
|
2005-09-25 00:51:14 +04:00
|
|
|
.include "${.CURDIR}/hash/md2/Makefile.inc"
|
2005-09-24 23:04:52 +04:00
|
|
|
.include "${.CURDIR}/hash/rmd160/Makefile.inc"
|
|
|
|
.include "${.CURDIR}/hash/sha1/Makefile.inc"
|
2005-08-23 21:49:50 +04:00
|
|
|
.include "${.CURDIR}/hash/sha2/Makefile.inc"
|
2017-11-30 08:47:24 +03:00
|
|
|
.include "${.CURDIR}/hash/sha3/Makefile.inc"
|
2005-09-24 23:04:52 +04:00
|
|
|
|
2012-07-08 05:21:11 +04:00
|
|
|
.include "${.CURDIR}/hash/murmurhash/Makefile.inc"
|