1#	$NetBSD: lhash.inc,v 1.1 2009/07/19 23:30:43 christos Exp $
2#
3#	@(#) Copyright (c) 1995 Simon J. Gerraty
4#
5#	SRCS extracted from src/crypto/dist/openssl/crypto/lhash/Makefile
6#
7
8.PATH:	${OPENSSLSRC}/crypto/lhash
9
10
11LHASH_SRCS = lhash.c lh_stats.c
12SRCS += ${LHASH_SRCS}
13
14.for cryptosrc in ${LHASH_SRCS}
15CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/lhash
16.endfor
17