Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto Common OpenSSL Makefile goo, from cryptosrc-intl.



details:   https://anonhg.NetBSD.org/src/rev/3201dd9eae93
branches:  trunk
changeset: 487978:3201dd9eae93
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Jun 16 04:16:02 2000 +0000

description:
Common OpenSSL Makefile goo, from cryptosrc-intl.

diffstat:

 crypto/Makefile.openssl |  15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r 0267551acad7 -r 3201dd9eae93 crypto/Makefile.openssl
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/Makefile.openssl   Fri Jun 16 04:16:02 2000 +0000
@@ -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



Home | Main Index | Thread Index | Old Index