
- crypto/external/bsd/heimdal - crypto/external/bsd/libsaslc - crypto/external/bsd/netpgp - crypto/external/bsd/openssl Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
17 lines
389 B
PHP
17 lines
389 B
PHP
# $NetBSD: seed.inc,v 1.1 2012/07/26 19:58:40 christos Exp $
|
|
#
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
#
|
|
# SRCS extracted from src/crypto/dist/openssl/crypto/seed/Makefile
|
|
#
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/seed
|
|
|
|
SEED_SRCS = seed.c seed_ecb.c seed_cbc.c seed_cfb.c seed_ofb.c
|
|
|
|
SRCS += ${SEED_SRCS}
|
|
|
|
.for cryptosrc in ${SEED_SRCS}
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/seed
|
|
.endfor
|