Sync usage with man page.
[netbsd-mini2440.git] / crypto / external / bsd / openssl / lib / libcrypto / dh.inc
blob6aca79725c856a5dd4c9051079c43b66dcc19d78
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 \
12     dh_ameth.c dh_pmeth.c
13 SRCS += ${DH_SRCS}
15 .for cryptosrc in ${DH_SRCS}
16 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/dh
17 .endfor