2006-03-17 23:47:45 +03:00
|
|
|
# $NetBSD: dh.inc,v 1.6 2006/03/17 20:47:45 dsl 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/dh/Makefile.ssl
|
2000-06-16 08:21:31 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/dh
|
|
|
|
|
|
|
|
|
2006-03-17 23:47:45 +03:00
|
|
|
DH_SRCS = dh_asn1.c dh_gen.c dh_key.c dh_lib.c dh_check.c dh_err.c dh_depr.c
|
|
|
|
SRCS += ${DH_SRCS}
|
|
|
|
|
|
|
|
.for cryptosrc in ${DH_SRCS}
|
|
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/dh
|
|
|
|
.endfor
|