Home | History | Annotate | Line # | Download | only in liblegacy
      1 #	$NetBSD: crypto_rc4.inc,v 1.1 2025/07/17 14:26:12 christos Exp $
      2 
      3 .PATH:	${OPENSSLSRC}/crypto/rc4
      4 
      5 CRYPTO_RC4_SRCS += \
      6 
      7 SRCS += ${CRYPTO_RC4_SRCS}
      8 
      9 .for legacysrc in ${CRYPTO_RC4_SRCS}
     10 CPPFLAGS.${legacysrc} += -I${OPENSSLSRC}/crypto/rc4 ${CRYPTO_RC4CPPFLAGS}
     11 .endfor
     12