Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/minoura-xpg4dl]: src/crypto Fixup the OpenSSL library builds.
details: https://anonhg.NetBSD.org/src/rev/ee45b72509a9
branches: minoura-xpg4dl
changeset: 486681:ee45b72509a9
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Jun 16 06:16:38 2000 +0000
description:
Fixup the OpenSSL library builds.
diffstat:
crypto/Makefile.openssl | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diffs (19 lines):
diff -r 3a2150ca4c47 -r ee45b72509a9 crypto/Makefile.openssl
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/Makefile.openssl Fri Jun 16 06:16:38 2000 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile.openssl,v 1.2.4.2 2000/06/16 06:16:38 thorpej Exp $
+
+.ifndef _MAKEFILE_OPENSSL_INCLUDED
+_MAKEFILE_OPENSSL_INCLUDED=1
+
+.include <bsd.own.mk>
+
+OPENSSLSRC= ${CRYPTODIST}/openssl
+CPPFLAGS+= -DOPENSSLDIR=\"/etc/openssl\"
+
+.if defined(USELESS_CRYPTO)
+CPPFLAGS+= -DNO_IDEA -DNO_RC5 -DNO_RSA
+.endif
+
+.endif
Home |
Main Index |
Thread Index |
Old Index