1 # $NetBSD: rc4.inc,v 1.1.1.2 2023/04/18 14:19:04 christos Exp $ 2 # 3 # @(#) Copyright (c) 1995 Simon J. Gerraty 4 # 5 # SRCS extracted from src/crypto/dist/openssl/crypto/rc4/Makefile 6 # 7 8 .PATH: ${OPENSSLSRC}/crypto/rc4 9 10 RC4_SRCS ?= rc4_skey.c rc4_enc.c 11 SRCS += ${RC4_SRCS} 12 13 .for cryptosrc in ${RC4_SRCS} 14 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/rc4 15 .endfor 16