aboutsummaryrefslogtreecommitdiff
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2012-07-12 23:11:30 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2012-07-12 23:11:30 +0000
commit88554080f9d4874f1480e5570a6897ba62cf87ab (patch)
tree67a60eb2f2ba0a5c5798d30a33c924a7e099a011 /ObsoleteFiles.inc
parent80e5822c0e499703977630d1e05eb392f379e913 (diff)
downloadsrc-88554080f9d4874f1480e5570a6897ba62cf87ab.tar.gz
src-88554080f9d4874f1480e5570a6897ba62cf87ab.zip
Fix the previous commit. Obsolete libraries must be added to OLD_LIBS.
Pointyhat to: me
Notes
Notes: svn path=/head/; revision=238412
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index e4b336f5d2e5..fa1a32cf13f0 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -39,7 +39,10 @@
# done
# 20120712: OpenSSL 1.0.1c import
-OLD_FILES+=lib/libcrypto.so.6
+OLD_LIBS+=lib/libcrypto.so.6
+OLD_LIBS+=usr/lib/libssl.so.6
+OLD_LIBS+=usr/lib32/libcrypto.so.6
+OLD_LIBS+=usr/lib32/libssl.so.6
OLD_FILES+=usr/include/openssl/aes_locl.h
OLD_FILES+=usr/include/openssl/bio_lcl.h
OLD_FILES+=usr/include/openssl/e_os.h
@@ -50,9 +53,6 @@ OLD_FILES+=usr/include/openssl/pq_compat.h
OLD_FILES+=usr/include/openssl/store.h
OLD_FILES+=usr/include/openssl/tmdiff.h
OLD_FILES+=usr/include/openssl/ui_locl.h
-OLD_FILES+=usr/lib/libssl.so.6
-OLD_FILES+=usr/lib32/libcrypto.so.6
-OLD_FILES+=usr/lib32/libssl.so.6
OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_set_id_callback.3.gz
# 20120621: remove old man page
OLD_FILES+=usr/share/man/man8/vnconfig.8.gz