Makefile.inc revision 1.9
11.9Selad# $NetBSD: Makefile.inc,v 1.9 2005/09/24 19:04:52 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.9Selad.include "${.CURDIR}/hash/md5/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 12