1 # $NetBSD: md4.inc,v 1.3 2007/12/09 22:44:18 adrianp Exp $
3 # @(#) Copyright (c) 1995 Simon J. Gerraty
5 # SRCS extracted from src/crypto/dist/openssl/crypto/md4/Makefile
8 .PATH: ${OPENSSLSRC}/crypto/md4
11 MD4_SRCS = md4_dgst.c md4_one.c
14 .for cryptosrc in ${MD4_SRCS}
15 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/md4