blob: 419c11da5297d3a6677a15d90e67db1c6645fe5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: lhash.inc,v 1.4 2003/07/24 14:16:32 itojun 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
|