Remove building with NOCRYPTO option
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / seed.inc
blobb597499c73e9fd8f2330fbf66c7fe17db0f1c10e
1 #       $NetBSD: seed.inc,v 1.1 2012/07/26 19:58:40 christos Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gerraty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/seed/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/seed
10 SEED_SRCS = seed.c seed_ecb.c seed_cbc.c seed_cfb.c seed_ofb.c
12 SRCS += ${SEED_SRCS}
14 .for cryptosrc in ${SEED_SRCS}
15 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/seed
16 .endfor