summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/Makefile.inc
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-05-20 14:59:41 +0000
committerpjd <pjd@FreeBSD.org>2004-05-20 14:59:41 +0000
commit8bae9ba9b3e6ce9ef180784558a104b3fa7ad036 (patch)
tree83a7e881ecd21e79bfcdd0cffae2a5cd55f447b0 /sbin/geom/class/Makefile.inc
parent1c76db064ed97459a91cdeffc38dfd6592791c55 (diff)
downloadFreeBSD-src-8bae9ba9b3e6ce9ef180784558a104b3fa7ad036.zip
FreeBSD-src-8bae9ba9b3e6ce9ef180784558a104b3fa7ad036.tar.gz
Fix supposed compilation problem, using LIBDIR here can confuse core/
compilation.
Diffstat (limited to 'sbin/geom/class/Makefile.inc')
-rw-r--r--sbin/geom/class/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/geom/class/Makefile.inc b/sbin/geom/class/Makefile.inc
index b927bca..5fbe1f5 100644
--- a/sbin/geom/class/Makefile.inc
+++ b/sbin/geom/class/Makefile.inc
@@ -2,6 +2,7 @@
.include "../Makefile.inc"
+LIBDIR?=${CLASSDIR}
SHLIB_MAJOR=1
SRCS= geom_${CLASS}.c subr.c
OpenPOWER on IntegriCloud