mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-09 22:20:19 -04:00
17 lines
380 B
PHP
17 lines
380 B
PHP
# $NetBSD: md5.inc,v 1.2 2015/05/16 19:19:36 joerg 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 ${MD5CPPFLAGS}
|
|
.endfor
|