Remove building with NOCRYPTO option
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / x509.inc
blob2437fde5ec7fd9aaf82a7bf0f9eb1782b2474323
1 #       $NetBSD: x509.inc,v 1.1 2009/07/19 23:30:45 christos Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gerraty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/x509/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/x509
11 X509_SRCS = x509_def.c x509_d2.c x509_r2x.c x509_cmp.c \
12         x509_obj.c x509_req.c x509spki.c x509_vfy.c \
13         x509_set.c x509cset.c x509rset.c x509_err.c \
14         x509name.c x509_v3.c x509_ext.c x509_att.c \
15         x509type.c x509_lu.c x_all.c x509_txt.c \
16         x509_trs.c x509_vpm.c by_file.c by_dir.c 
17 SRCS += ${X509_SRCS}
19 .for cryptosrc in ${X509_SRCS}
20 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/x509
21 .endfor