2008-05-11 01:44:12 +04:00
|
|
|
# $NetBSD: bf.inc,v 1.10 2008/05/10 21:44:12 christos Exp $
|
2000-06-16 08:21:31 +04:00
|
|
|
#
|
|
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
|
|
#
|
2007-12-10 01:44:12 +03:00
|
|
|
# SRCS extracted from src/crypto/dist/openssl/crypto/bf/Makefile
|
2000-06-16 08:21:31 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/bf
|
|
|
|
|
2008-05-11 01:30:06 +04:00
|
|
|
.if !defined(BF_SRCS)
|
2008-05-11 01:44:12 +04:00
|
|
|
BF_SRCS = bf_enc.c
|
2008-05-11 01:30:06 +04:00
|
|
|
.endif
|
2008-05-11 01:44:12 +04:00
|
|
|
BF_SRCS += bf_skey.c bf_ecb.c bf_cfb64.c bf_ofb64.c
|
2006-03-17 23:47:45 +03:00
|
|
|
SRCS += ${BF_SRCS}
|
|
|
|
|
|
|
|
.for cryptosrc in ${BF_SRCS}
|
|
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/bf
|
|
|
|
.endfor
|