summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/Makefile.inc
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-07-31 09:20:27 +0000
committerpjd <pjd@FreeBSD.org>2004-07-31 09:20:27 +0000
commit73d6fc00529f53ee9541c59195c7a6dab66c1abf (patch)
tree49bc611b1e948b472bc3f4a85cd33f9f04e19513 /sbin/geom/class/Makefile.inc
parentadd997e1ff5d16931a09517184d3a2c6f41ea0fc (diff)
downloadFreeBSD-src-73d6fc00529f53ee9541c59195c7a6dab66c1abf.zip
FreeBSD-src-73d6fc00529f53ee9541c59195c7a6dab66c1abf.tar.gz
Use SHLIBDIR instead of LIBDIR. This should fix buildworld breakage.
Reported by: des
Diffstat (limited to 'sbin/geom/class/Makefile.inc')
-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