1 1.1.1.2 christos # $NetBSD: modes.inc,v 1.1.1.2 2023/04/18 14:19:04 christos Exp $ 2 1.1 christos # 3 1.1 christos # @(#) Copyright (c) 1995 Simon J. Gerraty 4 1.1 christos # 5 1.1 christos # SRCS extracted from src/crypto/dist/openssl/crypto/modes/Makefile 6 1.1 christos # 7 1.1 christos 8 1.1 christos .PATH: ${OPENSSLSRC}/crypto/modes 9 1.1 christos 10 1.1.1.2 christos MODES_SRCS += \ 11 1.1.1.2 christos cbc128.c \ 12 1.1.1.2 christos ccm128.c \ 13 1.1.1.2 christos cfb128.c \ 14 1.1.1.2 christos ctr128.c \ 15 1.1.1.2 christos cts128.c \ 16 1.1.1.2 christos gcm128.c \ 17 1.1.1.2 christos ocb128.c \ 18 1.1.1.2 christos ofb128.c \ 19 1.1.1.2 christos wrap128.c \ 20 1.1.1.2 christos xts128.c 21 1.1 christos 22 1.1 christos 23 1.1 christos SRCS += ${MODES_SRCS} 24 1.1 christos 25 1.1 christos .for cryptosrc in ${MODES_SRCS} 26 1.1 christos CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/modes ${MODESCPPFLAGS} 27 1.1 christos .endfor 28