Makefile.inc revision 1.10
11.10Selad#	$NetBSD: Makefile.inc,v 1.10 2005/09/24 20:51:14 elad 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/md5/Makefile.inc"
91.9Selad.include "${.CURDIR}/hash/rmd160/Makefile.inc"
101.9Selad.include "${.CURDIR}/hash/sha1/Makefile.inc"
111.9Selad.include "${.CURDIR}/hash/sha2/Makefile.inc"
121.3Sad
13