aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-06-15 15:34:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-06-15 15:34:20 +0000
commit4232f826683298e85d469c0ef17259cecd13b2c7 (patch)
tree154d3d5efcf71ba40bf173188459e5f3186f27ec /lib/libthr/Makefile
parent2f1653808a72224693d36d82e415f2f7bbbed547 (diff)
downloadsrc-4232f826683298e85d469c0ef17259cecd13b2c7.tar.gz
src-4232f826683298e85d469c0ef17259cecd13b2c7.zip
Enforce overwritting SHLIBDIR
Since METAMODE has been added, sys.mk loads bsd.mkopt.mk which ends load loading bsd.own.mk which then defines SHLIBDIR before all the Makefile.inc everywhere. This makes /lib being populated again. Reported by: many
Notes
Notes: svn path=/head/; revision=284417
Diffstat (limited to 'lib/libthr/Makefile')
-rw-r--r--lib/libthr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/Makefile b/lib/libthr/Makefile
index 17176729b2e5..4ad37cc1241c 100644
--- a/lib/libthr/Makefile
+++ b/lib/libthr/Makefile
@@ -8,7 +8,7 @@
# (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the
# system call stubs.
-SHLIBDIR?= /lib
+SHLIBDIR= /lib
.include <src.opts.mk>
MK_SSP= no