Source-Changes-HG archive

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

[src/trunk]: src/crypto/external/bsd/openssl.old/lib openssl.old: Fix build w...



details:   https://anonhg.NetBSD.org/src/rev/880d3d47e606
branches:  trunk
changeset: 377362:880d3d47e606
user:      rin <rin%NetBSD.org@localhost>
date:      Sat Jul 08 23:41:27 2023 +0000

description:
openssl.old: Fix build with HAVE_OPENSSL == 11.
Introduce Makefile.subdir in the same manner as new openssl.

diffstat:

 crypto/external/bsd/openssl.old/lib/Makefile        |  7 ++-----
 crypto/external/bsd/openssl.old/lib/Makefile.subdir |  5 +++++
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r a431fe694534 -r 880d3d47e606 crypto/external/bsd/openssl.old/lib/Makefile
--- a/crypto/external/bsd/openssl.old/lib/Makefile      Sat Jul 08 20:02:10 2023 +0000
+++ b/crypto/external/bsd/openssl.old/lib/Makefile      Sat Jul 08 23:41:27 2023 +0000
@@ -1,10 +1,7 @@
-#      $NetBSD: Makefile,v 1.1.1.2 2023/04/18 14:19:03 christos Exp $
+#      $NetBSD: Makefile,v 1.2 2023/07/08 23:41:27 rin Exp $
 
 .include "bsd.own.mk"
 
-# OpenSSL libraries.
-SUBDIR= libcrypto libcryptotest libdes
-
-SUBDIR+= .WAIT libssl          # depends on libcrypto
+.include "Makefile.subdir"
 
 .include <bsd.subdir.mk>
diff -r a431fe694534 -r 880d3d47e606 crypto/external/bsd/openssl.old/lib/Makefile.subdir
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/openssl.old/lib/Makefile.subdir       Sat Jul 08 23:41:27 2023 +0000
@@ -0,0 +1,5 @@
+#      $NetBSD: Makefile.subdir,v 1.1 2023/07/08 23:41:27 rin Exp $
+
+# OpenSSL libraries.
+SUBDIR+= ${OSSL}libcrypto ${OSSL}libcryptotest ${OSSL}libdes
+SUBDIR+= .WAIT ${OSSL}libssl           # depends on libcrypto



Home | Main Index | Thread Index | Old Index