summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/geom/class/Makefile.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/geom/class/Makefile.inc b/sbin/geom/class/Makefile.inc
index 711c087..6102b05 100644
--- a/sbin/geom/class/Makefile.inc
+++ b/sbin/geom/class/Makefile.inc
@@ -1,9 +1,8 @@
# $FreeBSD$
-LIBDIR?= ${CLASSDIR}
-
SHLIB_MAJOR= 1
SHLIB_NAME?= geom_${CLASS}.so.${SHLIB_MAJOR}
+SHLIBDIR?= ${CLASSDIR}
LINKS= ${BINDIR}/geom ${BINDIR}/g${CLASS}
MAN= g${CLASS}.8
SRCS= geom_${CLASS}.c subr.c
OpenPOWER on IntegriCloud