Makefile.inc revision 1.12
11.12Srmind#	$NetBSD: Makefile.inc,v 1.12 2012/07/08 01:21:12 rmind Exp $
21.1Sexplorer#	$OpenBSD: Makefile.inc,v 1.5 1997/07/17 06:02:42 millert Exp $
31.1Sexplorer
41.1Sexplorer# hash functions
51.2Sdrochner.PATH: ${ARCHDIR}/hash ${.CURDIR}/hash
61.1Sexplorer
71.10Selad.include "${.CURDIR}/hash/md2/Makefile.inc"
81.9Selad.include "${.CURDIR}/hash/rmd160/Makefile.inc"
91.9Selad.include "${.CURDIR}/hash/sha1/Makefile.inc"
101.9Selad.include "${.CURDIR}/hash/sha2/Makefile.inc"
111.3Sad
121.12Srmind.include "${.CURDIR}/hash/murmurhash/Makefile.inc"
13