etc/services - sync with NetBSD-8
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / md5.inc
blobb7385ace88bda720335dd37672602bbad7db1adc
1 #       $NetBSD: md5.inc,v 1.2 2015/05/16 19:19:36 joerg Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gerraty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/md5/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/md5
11 MD5_SRCS += md5_dgst.c md5_one.c $(MD5_ASM_OBJ)
12 SRCS += ${MD5_SRCS}
14 .for cryptosrc in ${MD5_SRCS}
15 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/md5 ${MD5CPPFLAGS}
16 .endfor