1 # $NetBSD: cast.inc,v 1.1 2009/07/19 23:30:43 christos Exp $
3 # @(#) Copyright (c) 1995 Simon J. Gerraty
5 # SRCS extracted from src/crypto/dist/openssl/crypto/cast/Makefile
8 .PATH: ${OPENSSLSRC}/crypto/cast
10 .if !defined(CAST_SRCS)
14 CAST_SRCS += c_skey.c c_ecb.c c_cfb64.c c_ofb64.c
17 .for cryptosrc in ${CAST_SRCS}
18 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/cast