Home | History | Annotate | Line # | Download | only in libcrypto
md5.inc revision 1.1
      1 #	$NetBSD: md5.inc,v 1.1 2018/02/03 22:43:37 christos Exp $
      2 #
      3 #	@(#) Copyright (c) 1995 Simon J. Gerraty
      4 #
      5 #	SRCS extracted from src/crypto/dist/openssl/crypto/md5/Makefile
      6 #
      7 
      8 .PATH:	${OPENSSLSRC}/crypto/md5
      9 
     10 
     11 MD5_SRCS += md5_dgst.c md5_one.c $(MD5_ASM_OBJ)
     12 SRCS += ${MD5_SRCS}
     13 
     14 .for cryptosrc in ${MD5_SRCS}
     15 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/md5 ${MD5CPPFLAGS}
     16 .endfor
     17