etc/services - sync with NetBSD-8
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / rand.inc
blobe8a1fd596eec0771a98b1d0171cd55a1c83e8bb0
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
13 SRCS += ${RAND_SRCS}
15 .for cryptosrc in ${RAND_SRCS}
16 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/rand
17 .endfor