Sync usage with man page.
[netbsd-mini2440.git] / crypto / external / bsd / openssl / lib / libcrypto / aes.inc
blob430458880e6090ad299b8311ba75854d641a5f94
1 #       $NetBSD: aes.inc,v 1.6 2008/05/10 21:29:31 christos 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
20 .endfor