17 lines
386 B
PHP
17 lines
386 B
PHP
# $NetBSD: rc4.inc,v 1.5 2006/03/17 20:47:45 dsl Exp $
|
|
#
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
#
|
|
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/rc4/Makefile.ssl
|
|
#
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/rc4
|
|
|
|
|
|
RC4_SRCS = rc4_skey.c rc4_enc.c
|
|
SRCS += ${RC4_SRCS}
|
|
|
|
.for cryptosrc in ${RC4_SRCS}
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/rc4
|
|
.endfor
|