Sync usage with man page.
[netbsd-mini2440.git] / crypto / external / bsd / openssl / lib / libcrypto / ripemd.inc
blob1211f5fc06a8556edcad83c837e854294f1f84f2
1 #       $NetBSD: ripemd.inc,v 1.6 2007/12/09 22:44:20 adrianp Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gerraty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/ripemd/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/ripemd
11 RIPEMD_SRCS = rmd_dgst.c rmd_one.c
12 SRCS += ${RIPEMD_SRCS}
14 .for cryptosrc in ${RIPEMD_SRCS}
15 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/ripemd
16 .endfor