Sync usage with man page.
[netbsd-mini2440.git] / crypto / external / bsd / openssl / lib / libcrypto / ec.inc
blobd2918dd45199de795ca258231c5e5f02ba956b92
1 #       $NetBSD: ec.inc,v 1.5 2008/05/09 21:52:18 christos Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gerraty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/ec/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/ec
11 EC_SRCS = ec_lib.c ecp_smpl.c ecp_mont.c ecp_nist.c ec_cvt.c ec_mult.c \
12         ec_err.c ec_asn1.c ec_key.c ec_print.c ec_curve.c ec2_smpl.c \
13         ec2_mult.c ec_check.c ec_ameth.c ec_pmeth.c eck_prn.c
14 SRCS += ${EC_SRCS}
16 .for cryptosrc in ${EC_SRCS}
17 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/ec
18 .endfor