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