1 1.1 christos # $NetBSD: rand.inc,v 1.1 2025/07/17 14:25:26 christos Exp $ 2 1.1 christos 3 1.1 christos .PATH.c: ${OPENSSLSRC}/crypto/rand 4 1.1 christos 5 1.1 christos RAND_SRCS += \ 6 1.1 christos prov_seed.c \ 7 1.1 christos rand_deprecated.c \ 8 1.1 christos rand_err.c \ 9 1.1 christos rand_lib.c \ 10 1.1 christos rand_meth.c \ 11 1.1 christos rand_pool.c \ 12 1.1 christos rand_uniform.c \ 13 1.1 christos randfile.c \ 14 1.1 christos 15 1.1 christos SRCS += ${RAND_SRCS} 16 1.1 christos 17 1.1 christos .for cryptosrc in ${RAND_SRCS} 18 1.1 christos CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/rand ${RANDCPPFLAGS} 19 1.1 christos .endfor 20