2003-07-24 18:16:30 +04:00
|
|
|
# $NetBSD: lhash.inc,v 1.4 2003/07/24 14:16:32 itojun Exp $
|
2000-06-16 08:21:31 +04:00
|
|
|
#
|
|
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
|
|
#
|
2000-07-16 11:16:20 +04:00
|
|
|
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/lhash/Makefile.ssl
|
2000-06-16 08:21:31 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/lhash
|
|
|
|
|
2000-06-21 23:34:22 +04:00
|
|
|
CPPFLAGS+= -I${OPENSSLSRC}/crypto/lhash
|
2000-06-16 08:21:31 +04:00
|
|
|
|
|
|
|
SRCS+=lhash.c lh_stats.c
|