aboutsummaryrefslogtreecommitdiff
path: root/lib/libmt
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/libmt
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/libmt')
-rw-r--r--lib/libmt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libmt/Makefile b/lib/libmt/Makefile
index 6fe59201a87f..695e95351314 100644
--- a/lib/libmt/Makefile
+++ b/lib/libmt/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
LIB= mt
-SHLIBDIR?= /lib
+SHLIBDIR= /lib
SRCS= mtlib.c
INCS= mtlib.h