
- crypto/external/bsd/heimdal - crypto/external/bsd/libsaslc - crypto/external/bsd/netpgp - crypto/external/bsd/openssl Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
18 lines
429 B
PHP
18 lines
429 B
PHP
# $NetBSD: rand.inc,v 1.1 2009/07/19 23:30:44 christos Exp $
|
|
#
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
#
|
|
# SRCS extracted from src/crypto/dist/openssl/crypto/rand/Makefile
|
|
#
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/rand
|
|
|
|
|
|
RAND_SRCS = md_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c \
|
|
rand_win.c rand_unix.c rand_os2.c
|
|
SRCS += ${RAND_SRCS}
|
|
|
|
.for cryptosrc in ${RAND_SRCS}
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/rand
|
|
.endfor
|