Add libssl and libcrypto compat4x libraries since the major number

changed.  These were taken from the 4.2-RELEASE dist on ftp.freebsd.org.
This will be MFC'd shortly as it is required in RELENG_4 to maintain
compatability with binaries linked against these libraries.
This commit is contained in:
ps 2001-03-21 08:49:02 +00:00
parent 4c4460ea2d
commit 37fbaa04c4
6 changed files with 16451 additions and 0 deletions

View File

@ -7,6 +7,7 @@ LIBCOMPATDIR= ${LIBDIR}/compat
LIBS= \
libc.so.4 \
libc_r.so.4 \
libcrypto.so.1 \
libdialog.so.4 \
libedit.so.3 \
libfetch.so.2 \
@ -14,6 +15,7 @@ LIBS= \
libhistory.so.4 \
libncurses.so.5 \
libreadline.so.4 \
libssl.so.1 \
libstdc++.so.3 \
libutil.so.3 \
libwrap.so.3 \

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -7,6 +7,7 @@ LIBCOMPATDIR= ${LIBDIR}/compat
LIBS= \
libc.so.4 \
libc_r.so.4 \
libcrypto.so.1 \
libdialog.so.4 \
libedit.so.3 \
libfetch.so.2 \
@ -14,6 +15,7 @@ LIBS= \
libhistory.so.4 \
libncurses.so.5 \
libreadline.so.4 \
libssl.so.1 \
libstdc++.so.3 \
libutil.so.3 \
libwrap.so.3 \

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff