Home | History | Annotate | Line # | Download | only in crypto
Makefile.openssl revision 1.4
      1  1.4   itojun #	$NetBSD: Makefile.openssl,v 1.4 2000/09/30 00:30:25 itojun 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.3    veego 
     11  1.3    veego .if (${MKCRYPTO_RSA} == "no")
     12  1.3    veego CPPFLAGS+= -DNO_RSA
     13  1.1  thorpej .endif
     14  1.1  thorpej 
     15  1.1  thorpej .endif
     16