aboutsummaryrefslogtreecommitdiff
path: root/sbin
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 /sbin
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 'sbin')
-rw-r--r--sbin/geom/class/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/geom/class/Makefile.inc b/sbin/geom/class/Makefile.inc
index 06b733f3c79c..0082f9203280 100644
--- a/sbin/geom/class/Makefile.inc
+++ b/sbin/geom/class/Makefile.inc
@@ -1,6 +1,6 @@
# $FreeBSD$
-SHLIBDIR?=${GEOM_CLASS_DIR}
+SHLIBDIR=${GEOM_CLASS_DIR}
SHLIB_NAME?=geom_${GEOM_CLASS}.so
LINKS= ${BINDIR}/geom ${BINDIR}/g${GEOM_CLASS}
MAN= g${GEOM_CLASS}.8