
This brings our tree to NetBSD 7.0, as found on -current on the 10-10-2015. This updates: - LLVM to 3.6.1 - GCC to GCC 5.1 - Replace minix/commands/zdump with usr.bin/zdump - external/bsd/libelf has moved to /external/bsd/elftoolchain/ - Import ctwm - Drop sprintf from libminc Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
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
|