2007-12-09 22:44:12 +00:00
|
|
|
# $NetBSD: rand.inc,v 1.7 2007/12/09 22:44:20 adrianp Exp $
|
2000-06-16 04:21:31 +00:00
|
|
|
#
|
|
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
|
|
#
|
2007-12-09 22:44:12 +00:00
|
|
|
# SRCS extracted from src/crypto/dist/openssl/crypto/rand/Makefile
|
2000-06-16 04:21:31 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/rand
|
|
|
|
|
|
|
|
|
2006-03-17 20:47:45 +00:00
|
|
|
RAND_SRCS = md_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c \
|
2003-07-24 14:16:30 +00:00
|
|
|
rand_win.c rand_unix.c rand_os2.c
|
2006-03-17 20:47:45 +00:00
|
|
|
SRCS += ${RAND_SRCS}
|
|
|
|
|
|
|
|
.for cryptosrc in ${RAND_SRCS}
|
|
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/rand
|
|
|
|
.endfor
|