17 lines
372 B
PHP
17 lines
372 B
PHP
# $NetBSD: ripemd.inc,v 1.6 2007/12/09 22:44:20 adrianp Exp $
|
|
#
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
#
|
|
# SRCS extracted from src/crypto/dist/openssl/crypto/ripemd/Makefile
|
|
#
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/ripemd
|
|
|
|
|
|
RIPEMD_SRCS = rmd_dgst.c rmd_one.c
|
|
SRCS += ${RIPEMD_SRCS}
|
|
|
|
.for cryptosrc in ${RIPEMD_SRCS}
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/ripemd
|
|
.endfor
|