2012-11-15 12:06:41 +01:00
|
|
|
# $NetBSD: Makefile.inc,v 1.12 2012/07/08 01:21:12 rmind Exp $
|
2011-02-14 20:36:03 +01:00
|
|
|
# $OpenBSD: Makefile.inc,v 1.5 1997/07/17 06:02:42 millert Exp $
|
|
|
|
|
|
|
|
# hash functions
|
|
|
|
.PATH: ${ARCHDIR}/hash ${.CURDIR}/hash
|
|
|
|
|
|
|
|
.include "${.CURDIR}/hash/md2/Makefile.inc"
|
|
|
|
.include "${.CURDIR}/hash/rmd160/Makefile.inc"
|
|
|
|
.include "${.CURDIR}/hash/sha1/Makefile.inc"
|
|
|
|
.include "${.CURDIR}/hash/sha2/Makefile.inc"
|
|
|
|
|
2012-11-15 12:06:41 +01:00
|
|
|
.include "${.CURDIR}/hash/murmurhash/Makefile.inc"
|