etc/services - sync with NetBSD-8
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / cms.inc
bloba296362039168f64c4a22148355b396b3868a575
1 #       $NetBSD: cms.inc,v 1.4 2012/07/26 19:58:40 christos Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gcmsaty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/cms/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/cms
11 CMS_SRCS = cms_lib.c cms_asn1.c cms_att.c cms_io.c cms_smime.c cms_err.c \
12     cms_sd.c cms_dd.c cms_cd.c cms_env.c cms_enc.c cms_ess.c cms_pwri.c
13 SRCS += ${CMS_SRCS}
15 .for cryptosrc in ${CMS_SRCS}
16 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/cms
17 .endfor