summaryrefslogtreecommitdiffstats
path: root/sbin/geom/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/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/Makefile.inc')
-rw-r--r--sbin/geom/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/geom/Makefile.inc b/sbin/geom/Makefile.inc
index 7803210..703f701 100644
--- a/sbin/geom/Makefile.inc
+++ b/sbin/geom/Makefile.inc
@@ -1,5 +1,5 @@
# $FreeBSD$
BINDIR?=/sbin
-LIBDIR?=/lib/geom
+CLASSDIR?=/lib/geom
WARNS?= 6
OpenPOWER on IntegriCloud