Home | History | Annotate | Line # | Download | only in libcrypto
      1 #	$NetBSD: mdc2.inc,v 1.1.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/mdc2/Makefile
      6 #
      7 
      8 .PATH:	${OPENSSLSRC}/crypto/mdc2
      9 
     10 
     11 MDC2_SRCS = mdc2_one.c
     12 SRCS+=	${MDC2_SRCS} mdc2dgst.c
     13 
     14 .for cryptosrc in ${MDC2_SRCS}
     15 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/mdc2
     16 .endfor
     17