diff options
| author | rin <rin@NetBSD.org> | 2023-07-08 23:41:27 +0000 |
|---|---|---|
| committer | rin <rin@NetBSD.org> | 2023-07-08 23:41:27 +0000 |
| commit | b02f4634a1d30688984c5db2ec3e5f30943efbab (patch) | |
| tree | d4c8c8d0b776528b8ba7c2bd22bf552d48dc7a70 /crypto/external/bsd/openssl.old/lib/Makefile | |
| parent | d731d091e3765a540a7260d6d7f07f517d16f37b (diff) | |
openssl.old: Fix build with HAVE_OPENSSL == 11.
Introduce Makefile.subdir in the same manner as new openssl.
Diffstat (limited to 'crypto/external/bsd/openssl.old/lib/Makefile')
| -rw-r--r-- | crypto/external/bsd/openssl.old/lib/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/crypto/external/bsd/openssl.old/lib/Makefile b/crypto/external/bsd/openssl.old/lib/Makefile index f370b8b7265..1c094046a16 100644 --- a/crypto/external/bsd/openssl.old/lib/Makefile +++ b/crypto/external/bsd/openssl.old/lib/Makefile @@ -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> |
