Home | History | Annotate | Line # | Download | only in crypto
Makefile.openssl revision 1.1
      1 #	$NetBSD: Makefile.openssl,v 1.1 2000/06/16 04:16:02 thorpej Exp $
      2 
      3 .ifndef _MAKEFILE_OPENSSL_INCLUDED
      4 _MAKEFILE_OPENSSL_INCLUDED=1
      5 
      6 .include <bsd.own.mk>
      7 
      8 OPENSSLSRC=	${CRYPTODIST}/openssl
      9 CPPFLAGS+= -DOPENSSLDIR=\"/etc/openssl\"
     10 
     11 .if !PATENTEDOPENSSLSRC
     12 CPPFLAGS+= -DNO_IDEA -DNO_RC5 -DNO_RSA
     13 .endif
     14 
     15 .endif
     16