2001-04-12 11:48:03 +04:00
|
|
|
# $NetBSD: rand.inc,v 1.4 2001/04/12 07:48:05 itojun Exp $
|
2000-06-16 08:21:31 +04:00
|
|
|
#
|
|
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
|
|
#
|
2000-07-16 11:16:20 +04:00
|
|
|
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/rand/Makefile.ssl
|
2000-06-16 08:21:31 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/rand
|
|
|
|
|
2000-06-21 23:34:22 +04:00
|
|
|
CPPFLAGS+= -I${OPENSSLSRC}/crypto/rand
|
2000-06-16 08:21:31 +04:00
|
|
|
|
2001-04-12 11:48:03 +04:00
|
|
|
SRCS+=md_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c rand_win.c
|