summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-06-15 19:28:07 +0000
committerbapt <bapt@FreeBSD.org>2015-06-15 19:28:07 +0000
commit594e07bd1b11504215f7e800f4aad9672c6a14a2 (patch)
treecfeaf6e9c359394d745699e5ba462ac62f4f470d /sbin/geom/class
parentce1627222dcc8a06aeb78092f3ba7e454574124b (diff)
downloadFreeBSD-src-594e07bd1b11504215f7e800f4aad9672c6a14a2.zip
FreeBSD-src-594e07bd1b11504215f7e800f4aad9672c6a14a2.tar.gz
Revert r284417 it is not necessary anymore
Diffstat (limited to 'sbin/geom/class')
-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 0082f92..06b733f 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
OpenPOWER on IntegriCloud