blob: 30d6f2a75a59394a1e7863d4c04e6f1431933343 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: rand.inc,v 1.5 2003/07/24 14:16:33 itojun Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/rand/Makefile.ssl
#
.PATH: ${OPENSSLSRC}/crypto/rand
CPPFLAGS+= -I${OPENSSLSRC}/crypto/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
|