15 lines
290 B
PHP
15 lines
290 B
PHP
# $NetBSD: rand.inc,v 1.2 2000/06/21 19:34:26 thorpej Exp $
|
|
#
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
#
|
|
# SRCS extracted from ../../dist/openssl/crypto/rand/Makefile.ssl
|
|
#
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/rand
|
|
|
|
CPPFLAGS+= -I${OPENSSLSRC}/crypto/rand
|
|
|
|
SRCS+=md_rand.c randfile.c rand_lib.c
|
|
|
|
|