etc/services - sync with NetBSD-8
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / bf.inc
blobad0704391add46515cea97a4de0dd9a25fdb1ec4
1 #       $NetBSD: bf.inc,v 1.1 2009/07/19 23:30:42 christos Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gerraty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/bf/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/bf
10 .if !defined(BF_SRCS)
11 BF_SRCS = bf_enc.c 
12 .endif
13 BF_SRCS += bf_skey.c bf_ecb.c bf_cfb64.c bf_ofb64.c 
14 SRCS += ${BF_SRCS}
16 .for cryptosrc in ${BF_SRCS}
17 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/bf
18 .endfor