diff options
| author | Jessica Clarke <jrtc27@FreeBSD.org> | 2023-07-27 04:10:44 +0000 |
|---|---|---|
| committer | Jessica Clarke <jrtc27@FreeBSD.org> | 2023-07-27 04:10:44 +0000 |
| commit | 5e2bc2f60c8e512925e2dd74f988590a3073d7fc (patch) | |
| tree | 9b34573aef77543c2ee5342ca429592c5e6ca983 | |
| parent | 264594efbe699defbe2ac4e1d7a91fde3db45e8f (diff) | |
| -rw-r--r-- | ObsoleteFiles.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 3acb677c25e4..295d718932e9 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -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 |
