Common OpenSSL Makefile goo, from cryptosrc-intl.

This commit is contained in:
thorpej 2000-06-16 04:16:02 +00:00
parent 05be24734c
commit c3b6f3938c
1 changed files with 15 additions and 0 deletions

15
crypto/Makefile.openssl Normal file
View File

@ -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