ObsoleteFiles.inc: Automatically generate OpenSSL 3 obsoleted libcompat dirs

Older entries in this file are left alone as hard-coding lib32 as
they're not worth the churn; downstreams will have already moved past
them (in particular, CheriBSD, which adds additional libcompats).

Reviewed by:	brooks, jhb, emaste
Differential Revision:	https://reviews.freebsd.org/D41181
This commit is contained in:
Jessica Clarke 2023-07-27 05:10:44 +01:00
parent 264594efbe
commit 5e2bc2f60c

View File

@ -78,7 +78,9 @@ OLD_LIBS+=usr/lib/engines/capi.so
OLD_LIBS+=usr/lib/engines/padlock.so
OLD_LIBS+=usr/lib/libssl.so.111
OLD_DIRS+=usr/lib/engines
OLD_DIRS+=usr/lib32/engines
.for libcompat in ${_ALL_libcompats}
OLD_DIRS+=usr/lib${libcompat}/engines
.endfor
OLD_FILES+=usr/share/man/man1/list.1
OLD_FILES+=usr/share/man/man1/openssl-tsget.1
OLD_FILES+=usr/share/man/man3/ECDH_get_ex_data.3