1 # $NetBSD: md4.inc,v 1.1 2009/07/19 23:30:44 christos 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