Home | History | Annotate | Line # | Download | only in libcrypto
      1  1.1  christos #	$NetBSD: bf.inc,v 1.1.1.1 2018/02/03 22:43:37 christos Exp $
      2  1.1  christos #
      3  1.1  christos #	@(#) Copyright (c) 1995 Simon J. Gerraty
      4  1.1  christos #
      5  1.1  christos #	SRCS extracted from src/crypto/dist/openssl/crypto/bf/Makefile
      6  1.1  christos #
      7  1.1  christos 
      8  1.1  christos .PATH:	${OPENSSLSRC}/crypto/bf
      9  1.1  christos 
     10  1.1  christos .if !defined(BF_SRCS)
     11  1.1  christos BF_SRCS = bf_enc.c
     12  1.1  christos .endif
     13  1.1  christos BF_SRCS += bf_skey.c bf_ecb.c bf_cfb64.c bf_ofb64.c
     14  1.1  christos SRCS += ${BF_SRCS}
     15  1.1  christos 
     16  1.1  christos .for cryptosrc in ${BF_SRCS}
     17  1.1  christos CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/bf
     18  1.1  christos .endfor
     19