Makefile.inc revision 1.14
11.14Sriastrad# $NetBSD: Makefile.inc,v 1.14 2017/11/30 05:47:24 riastradh 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.13SchristosSRCS+= hmac.c 81.13SchristosMAN+= hmac.3 91.13Schristos 101.10Selad.include "${.CURDIR}/hash/md2/Makefile.inc" 111.9Selad.include "${.CURDIR}/hash/rmd160/Makefile.inc" 121.9Selad.include "${.CURDIR}/hash/sha1/Makefile.inc" 131.9Selad.include "${.CURDIR}/hash/sha2/Makefile.inc" 141.14Sriastrad.include "${.CURDIR}/hash/sha3/Makefile.inc" 151.3Sad 161.12Srmind.include "${.CURDIR}/hash/murmurhash/Makefile.inc" 17