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