summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/Makefile.inc
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-08-02 09:05:29 +0000
committerpjd <pjd@FreeBSD.org>2004-08-02 09:05:29 +0000
commit27a1acf9e3af5dba7d105122656145b146c238d7 (patch)
tree06958ce295f0743ef152e0083d524690ddbbea08 /sbin/geom/class/Makefile.inc
parentdb9322a9fc353030b5b2e97279a3b6407f43de93 (diff)
downloadFreeBSD-src-27a1acf9e3af5dba7d105122656145b146c238d7.zip
FreeBSD-src-27a1acf9e3af5dba7d105122656145b146c238d7.tar.gz
Don't use version number in library name. The library version is checked
after dlopen() anyway, so we should be safe. Suggested by: ru
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 aeb0dcd..112756d 100644
--- a/sbin/geom/class/Makefile.inc
+++ b/sbin/geom/class/Makefile.inc
@@ -1,8 +1,7 @@
# $FreeBSD$
SHLIBDIR?=${CLASS_DIR}
-SHLIB_MAJOR=${CLASS_MAJOR}
-SHLIB_NAME?=geom_${CLASS}.so.${SHLIB_MAJOR}
+SHLIB_NAME?=geom_${CLASS}.so
LINKS= ${BINDIR}/geom ${BINDIR}/g${CLASS}
MAN= g${CLASS}.8
SRCS= geom_${CLASS}.c subr.c
OpenPOWER on IntegriCloud