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/lib Split the SUBDIR variable in...



details:   https://anonhg.NetBSD.org/src/rev/ed9f5c3e36f8
branches:  trunk
changeset: 376430:ed9f5c3e36f8
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jun 17 15:45:51 2023 +0000

description:
Split the SUBDIR variable into a separate Makefile so it can be used
by /usr/src/lib/Makefile

diffstat:

 crypto/external/bsd/openssl/lib/Makefile        |  8 ++------
 crypto/external/bsd/openssl/lib/Makefile.subdir |  8 ++++++++
 2 files changed, 10 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r e55c4f9f0d80 -r ed9f5c3e36f8 crypto/external/bsd/openssl/lib/Makefile
--- a/crypto/external/bsd/openssl/lib/Makefile  Sat Jun 17 12:09:36 2023 +0000
+++ b/crypto/external/bsd/openssl/lib/Makefile  Sat Jun 17 15:45:51 2023 +0000
@@ -1,11 +1,7 @@
-#      $NetBSD: Makefile,v 1.8 2023/05/26 22:27:50 riastradh Exp $
+#      $NetBSD: Makefile,v 1.9 2023/06/17 15:45:51 christos Exp $
 
 .include "bsd.own.mk"
 
-# OpenSSL libraries.
-SUBDIR= libapps libcommon libcrypto libcryptotest libdes
-
-SUBDIR+= .WAIT libssl liblegacy        # depends on libcrypto, libcommon
-SUBDIR+= engines
+.include "Makefile.subdir"
 
 .include <bsd.subdir.mk>
diff -r e55c4f9f0d80 -r ed9f5c3e36f8 crypto/external/bsd/openssl/lib/Makefile.subdir
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/openssl/lib/Makefile.subdir   Sat Jun 17 15:45:51 2023 +0000
@@ -0,0 +1,8 @@
+#      $NetBSD: Makefile.subdir,v 1.1 2023/06/17 15:45:51 christos Exp $
+
+# OpenSSL libraries.
+SUBDIR+= ${OSSL}libapps ${OSSL}libcommon ${OSSL}libcrypto
+SUBDIR+= ${OSSL}libcryptotest ${OSSL}libdes
+
+SUBDIR+= .WAIT ${OSSL}libssl ${OSSL}liblegacy  # depends on libcrypto, libcommon
+SUBDIR+= ${OSSL}engines



Home | Main Index | Thread Index | Old Index