1 # $NetBSD: rand.inc,v 1.1 2009/07/19 23:30:44 christos Exp $
3 # @(#) Copyright (c) 1995 Simon J. Gerraty
5 # SRCS extracted from src/crypto/dist/openssl/crypto/rand/Makefile
8 .PATH: ${OPENSSLSRC}/crypto/rand
11 RAND_SRCS = md_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c \
12 rand_win.c rand_unix.c rand_os2.c
15 .for cryptosrc in ${RAND_SRCS}
16 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/rand