diff options
| author | Gleb Popov <arrowd@FreeBSD.org> | 2025-05-16 09:40:47 +0000 |
|---|---|---|
| committer | Gleb Popov <arrowd@FreeBSD.org> | 2025-05-16 10:04:18 +0000 |
| commit | 3f33edbb30bd63a3e465da3c067de31a313e5457 (patch) | |
| tree | f06d45699a9f87dcd8728d5cc5b7aaa9e862037d /misc/compat13x/Makefile | |
| parent | e0d976d380a9cd4a7b4027849b9ef79ff9f62c91 (diff) | |
Diffstat (limited to 'misc/compat13x/Makefile')
| -rw-r--r-- | misc/compat13x/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/compat13x/Makefile b/misc/compat13x/Makefile index f826b491abd2..a9bbabcc1899 100644 --- a/misc/compat13x/Makefile +++ b/misc/compat13x/Makefile @@ -20,6 +20,13 @@ TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} NO_SHLIB_REQUIRES_GLOB= *:32 +COMPAT_LIBS= libcrypto.so.111 \ + libdialog.so.9 \ + libnv.so.0 \ + libssl.so.111 + +.include "${.CURDIR}/../compat4x/Makefile.makedist" + .include <bsd.port.pre.mk> .if ${OSREL:R} < 13 |
