1 # $NetBSD: ripemd.inc,v 1.1.1.1 2018/02/03 22:43:37 christos Exp $ 2 # 3 # @(#) Copyright (c) 1995 Simon J. Gerraty 4 # 5 # SRCS extracted from src/crypto/dist/openssl/crypto/ripemd/Makefile 6 # 7 8 .PATH: ${OPENSSLSRC}/crypto/ripemd 9 10 11 RIPEMD_SRCS = rmd_dgst.c rmd_one.c 12 SRCS += ${RIPEMD_SRCS} 13 14 .for cryptosrc in ${RIPEMD_SRCS} 15 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/ripemd 16 .endfor 17