etc/services - sync with NetBSD-8
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / aes.inc
blob3355dc6b23bbb147e9665c8d1543131ad6bf4aad
1 #       $NetBSD: aes.inc,v 1.3 2014/04/15 10:02:21 joerg Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gerraty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/aes/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/aes
10 .if !defined(AES_SRCS)
11 AES_SRCS= aes_core.c aes_cbc.c
12 .endif
14 AES_SRCS += aes_misc.c aes_cfb.c aes_ofb.c \
15     aes_ctr.c aes_wrap.c aes_ige.c aes_ecb.c
16 SRCS += ${AES_SRCS}
18 .for cryptosrc in ${AES_SRCS}
19 CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/aes ${AESCPPFLAGS}
20 .endfor