1 # $NetBSD: rc4.inc,v 1.8 2009/01/18 16:52:18 he Exp $
3 # @(#) Copyright (c) 1995 Simon J. Gerraty
5 # SRCS extracted from src/crypto/dist/openssl/crypto/rc4/Makefile
8 .PATH: ${OPENSSLSRC}/crypto/rc4
10 .if !defined(RC4_SRCS)
11 RC4_SRCS = rc4_skey.c rc4_enc.c
15 .for cryptosrc in ${RC4_SRCS}
16 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/rc4