Remove building with NOCRYPTO option
[minix.git] / lib / libc / hash / Makefile.inc
blobbeecbf416797752e80338245b04ce6ef244bbabe
1 #       $NetBSD: Makefile.inc,v 1.12 2012/07/08 01:21:12 rmind Exp $
2 #       $OpenBSD: Makefile.inc,v 1.5 1997/07/17 06:02:42 millert Exp $
4 # hash functions
5 .PATH: ${ARCHDIR}/hash ${.CURDIR}/hash
7 .include "${.CURDIR}/hash/md2/Makefile.inc"
8 .include "${.CURDIR}/hash/rmd160/Makefile.inc"
9 .include "${.CURDIR}/hash/sha1/Makefile.inc"
10 .include "${.CURDIR}/hash/sha2/Makefile.inc"
12 .include "${.CURDIR}/hash/murmurhash/Makefile.inc"