Module Name: src Committed By: rin Date: Sat Jul 8 23:41:27 UTC 2023
Modified Files: src/crypto/external/bsd/openssl.old/lib: Makefile Added Files: src/crypto/external/bsd/openssl.old/lib: Makefile.subdir Log Message: openssl.old: Fix build with HAVE_OPENSSL == 11. Introduce Makefile.subdir in the same manner as new openssl. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 src/crypto/external/bsd/openssl.old/lib/Makefile cvs rdiff -u -r0 -r1.1 \ src/crypto/external/bsd/openssl.old/lib/Makefile.subdir Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/crypto/external/bsd/openssl.old/lib/Makefile diff -u src/crypto/external/bsd/openssl.old/lib/Makefile:1.1.1.2 src/crypto/external/bsd/openssl.old/lib/Makefile:1.2 --- src/crypto/external/bsd/openssl.old/lib/Makefile:1.1.1.2 Tue Apr 18 14:19:03 2023 +++ src/crypto/external/bsd/openssl.old/lib/Makefile Sat Jul 8 23:41:27 2023 @@ -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> Added files: Index: src/crypto/external/bsd/openssl.old/lib/Makefile.subdir diff -u /dev/null src/crypto/external/bsd/openssl.old/lib/Makefile.subdir:1.1 --- /dev/null Sat Jul 8 23:41:27 2023 +++ src/crypto/external/bsd/openssl.old/lib/Makefile.subdir Sat Jul 8 23:41:27 2023 @@ -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