Home | History | Annotate | Line # | Download | only in crypto
Makefile.openssl revision 1.2.2.1
      1  1.2.2.1  thorpej #	$NetBSD: Makefile.openssl,v 1.2.2.1 2000/07/05 18:35:06 thorpej Exp $
      2      1.1  thorpej 
      3      1.1  thorpej .ifndef _MAKEFILE_OPENSSL_INCLUDED
      4      1.1  thorpej _MAKEFILE_OPENSSL_INCLUDED=1
      5      1.1  thorpej 
      6      1.1  thorpej .include <bsd.own.mk>
      7      1.1  thorpej 
      8      1.1  thorpej OPENSSLSRC=	${CRYPTODIST}/openssl
      9      1.1  thorpej CPPFLAGS+= -DOPENSSLDIR=\"/etc/openssl\"
     10      1.1  thorpej 
     11  1.2.2.1  thorpej .if (${MKCRYPTO_IDEA} == "no")
     12  1.2.2.1  thorpej CPPFLAGS+= -DNO_IDEA
     13  1.2.2.1  thorpej .endif
     14  1.2.2.1  thorpej 
     15  1.2.2.1  thorpej .if (${MKCRYPTO_RC5} == "no")
     16  1.2.2.1  thorpej CPPFLAGS+= -DNO_RC5
     17  1.2.2.1  thorpej .endif
     18  1.2.2.1  thorpej 
     19  1.2.2.1  thorpej .if (${MKCRYPTO_RSA} == "no")
     20  1.2.2.1  thorpej CPPFLAGS+= -DNO_RSA
     21      1.1  thorpej .endif
     22      1.1  thorpej 
     23      1.1  thorpej .endif
     24