summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-03-27 18:28:17 +0000
committerngie <ngie@FreeBSD.org>2017-03-27 18:28:17 +0000
commitb2b2e61185cafd129dcfd8ff9386cf8c80c085db (patch)
tree01e7eb763b8c2c969f8ea1d2d5398fc141a16347 /tools
parent3f996e5784747c4dbcd86e663f2c8ab70b6a3ea0 (diff)
downloadFreeBSD-src-b2b2e61185cafd129dcfd8ff9386cf8c80c085db.zip
FreeBSD-src-b2b2e61185cafd129dcfd8ff9386cf8c80c085db.tar.gz
MFC r314245:
Fill MK_LIBTHR as far as lib/libthr is concerned There are other areas of the tree that will need to be evaluated for sanity if they're supposed to be conditionally compiled out of the build/install, like libzpool Relnotes: yes (this might break someone's system if have the knob set)
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc9
1 files changed, 6 insertions, 3 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index bf09927..c119ecf 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -3783,9 +3783,12 @@ OLD_DIRS+=usr/include/c++/v1/ext
OLD_DIRS+=usr/include/c++/v1
.endif
-#.if ${MK_LIBTHR} == no
-# to be filled in
-#.endif
+.if ${MK_LIBTHR} == no
+OLD_LIBS+=lib/libthr.so.3
+OLD_FILES+=usr/lib/libthr.a
+OLD_FILES+=usr/lib/libthr_p.a
+OLD_FILES+=usr/share/man/man3/libthr.3.gz
+.endif
.if ${MK_LLDB} == no
OLD_FILES+=usr/bin/lldb
OpenPOWER on IntegriCloud