17 lines
351 B
PHP
17 lines
351 B
PHP
# $NetBSD: md2.inc,v 1.6 2007/12/09 22:44:18 adrianp 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
|