Makefile.inc revision 1.13
11.13Schristos#	$NetBSD: Makefile.inc,v 1.13 2016/07/01 22:41:39 christos 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.3Sad
151.12Srmind.include "${.CURDIR}/hash/murmurhash/Makefile.inc"
16