etc/services - sync with NetBSD-8
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / cast.inc
blobf1f9b0bf6df696e1f880d27cb956d52785ca907e
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)
11 CAST_SRCS = c_enc.c
12 .endif
14 CAST_SRCS += c_skey.c c_ecb.c c_cfb64.c c_ofb64.c 
15 SRCS += ${CAST_SRCS}
17 .for cryptosrc in ${CAST_SRCS}
18 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/cast
19 .endfor