1 1.1 christos # $NetBSD: dh.inc,v 1.1 2009/07/19 23:30:43 christos Exp $ 2 1.1 christos # 3 1.1 christos # @(#) Copyright (c) 1995 Simon J. Gerraty 4 1.1 christos # 5 1.1 christos # SRCS extracted from src/crypto/dist/openssl/crypto/dh/Makefile 6 1.1 christos # 7 1.1 christos 8 1.1 christos .PATH: ${OPENSSLSRC}/crypto/dh 9 1.1 christos 10 1.1 christos 11 1.1 christos DH_SRCS = dh_asn1.c dh_gen.c dh_key.c dh_lib.c dh_check.c dh_err.c dh_depr.c \ 12 1.1 christos dh_ameth.c dh_pmeth.c 13 1.1 christos SRCS += ${DH_SRCS} 14 1.1 christos 15 1.1 christos .for cryptosrc in ${DH_SRCS} 16 1.1 christos CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/dh 17 1.1 christos .endfor 18