13 lines
317 B
PHP
13 lines
317 B
PHP
# $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
|