mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-11 15:08:19 -04:00
17 lines
367 B
PHP
17 lines
367 B
PHP
# $NetBSD: md5.inc,v 1.1 2009/07/19 23:30:44 christos Exp $
|
|
#
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
#
|
|
# SRCS extracted from src/crypto/dist/openssl/crypto/md5/Makefile
|
|
#
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/md5
|
|
|
|
|
|
MD5_SRCS = md5_dgst.c md5_one.c $(MD5_ASM_OBJ)
|
|
SRCS += ${MD5_SRCS}
|
|
|
|
.for cryptosrc in ${MD5_SRCS}
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/md5
|
|
.endfor
|