NetBSD/lib/libc/hash/Makefile.inc

17 lines
496 B
Makefile

# $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"