
- crypto/external/bsd/heimdal - crypto/external/bsd/libsaslc - crypto/external/bsd/netpgp - crypto/external/bsd/openssl Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
18 lines
425 B
PHP
18 lines
425 B
PHP
# $NetBSD: dh.inc,v 1.2 2010/08/21 13:47:37 joerg Exp $
|
|
#
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
#
|
|
# SRCS extracted from src/crypto/dist/openssl/crypto/dh/Makefile
|
|
#
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/dh
|
|
|
|
|
|
DH_SRCS = dh_asn1.c dh_gen.c dh_key.c dh_lib.c dh_check.c dh_err.c dh_depr.c \
|
|
dh_ameth.c dh_pmeth.c dh_prn.c
|
|
SRCS += ${DH_SRCS}
|
|
|
|
.for cryptosrc in ${DH_SRCS}
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/dh
|
|
.endfor
|