
- crypto/external/bsd/heimdal - crypto/external/bsd/libsaslc - crypto/external/bsd/netpgp - crypto/external/bsd/openssl Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
17 lines
352 B
PHP
17 lines
352 B
PHP
# $NetBSD: md2.inc,v 1.1 2009/07/19 23:30:43 christos Exp $
|
|
#
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
#
|
|
# SRCS extracted from src/crypto/dist/openssl/crypto/md2/Makefile
|
|
#
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/md2
|
|
|
|
|
|
MD2_SRCS = md2_dgst.c md2_one.c
|
|
SRCS += ${MD2_SRCS}
|
|
|
|
.for cryptosrc in ${MD2_SRCS}
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/md2
|
|
.endfor
|