Common OpenSSL Makefile goo, from cryptosrc-intl.
This commit is contained in:
parent
05be24734c
commit
c3b6f3938c
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: Makefile.openssl,v 1.1 2000/06/16 04:16:02 thorpej Exp $
|
||||
|
||||
.ifndef _MAKEFILE_OPENSSL_INCLUDED
|
||||
_MAKEFILE_OPENSSL_INCLUDED=1
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
OPENSSLSRC= ${CRYPTODIST}/openssl
|
||||
CPPFLAGS+= -DOPENSSLDIR=\"/etc/openssl\"
|
||||
|
||||
.if !PATENTEDOPENSSLSRC
|
||||
CPPFLAGS+= -DNO_IDEA -DNO_RC5 -DNO_RSA
|
||||
.endif
|
||||
|
||||
.endif
|
Loading…
Reference in New Issue