aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-02-25 03:44:51 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-02-25 03:44:51 +0000
commitedb4a773cb79ac812a9c1713171031a18c79efbd (patch)
treec75fa369ad51f69e564aab4c31a5ad068262aa9e /tools
parentdc53eebd2ce47b7d8d7f1f25e564d99b315ea82e (diff)
downloadsrc-edb4a773cb79ac812a9c1713171031a18c79efbd.tar.gz
src-edb4a773cb79ac812a9c1713171031a18c79efbd.zip
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 MFC after: 1 month Relnotes: yes (this might break someone's system if have the knob set) Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=314245
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 8f839e7d04fd..0add984496b5 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -4809,9 +4809,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_LLD} == no
OLD_FILES+=usr/bin/ld.lld