1 # $NetBSD: dh.inc,v 1.8 2008/05/09 21:52:18 christos Exp $
3 # @(#) Copyright (c) 1995 Simon J. Gerraty
5 # SRCS extracted from src/crypto/dist/openssl/crypto/dh/Makefile
8 .PATH: ${OPENSSLSRC}/crypto/dh
11 DH_SRCS = dh_asn1.c dh_gen.c dh_key.c dh_lib.c dh_check.c dh_err.c dh_depr.c \
15 .for cryptosrc in ${DH_SRCS}
16 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/dh