etc/services - sync with NetBSD-8
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / modes.inc
blobea5b764a37886a57223393f44ae100588292a34b
1 #       $NetBSD: modes.inc,v 1.4 2014/03/02 08:58:02 nakayama Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gerraty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/modes/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/modes
10 MODES_SRCS += cbc128.c ctr128.c cts128.c cfb128.c ofb128.c gcm128.c \
11     ccm128.c xts128.c
14 SRCS += ${MODES_SRCS}
16 .for cryptosrc in ${MODES_SRCS}
17 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/modes ${MODESCPPFLAGS}
18 .endfor