Sync usage with man page.
[netbsd-mini2440.git] / crypto / external / bsd / openssl / lib / libcrypto / mdc2.inc
blob3ac65d74678e5cccfdb91853cf757db0c0d5cb33
1 #       $NetBSD: mdc2.inc,v 1.8 2007/12/09 22:44:18 adrianp Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gerraty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/mdc2/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/mdc2
11 MDC2_SRCS = mdc2_one.c
12 # MDC2 is a patented algorithm; abort().
13 # see ../libcrypto_mdc2
14 MDC2_SRCS += mdc2dgst_dummy.c
15 #SRCS+= mdc2dgst.c
16 SRCS += ${MDC2_SRCS}
18 .for cryptosrc in ${MDC2_SRCS}
19 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/mdc2
20 .endfor