blob: ef0ddcd36c8d8d2fbe5ada927cbd5317f7244213 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: lhash.inc,v 1.3 2000/07/16 07:16:22 mrg Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/lhash/Makefile.ssl
#
.PATH: ${OPENSSLSRC}/crypto/lhash
CPPFLAGS+= -I${OPENSSLSRC}/crypto/lhash
SRCS+=lhash.c lh_stats.c
|