summaryrefslogtreecommitdiffstats
path: root/sbin/geom/core
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/core
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/core')
-rw-r--r--sbin/geom/core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/geom/core/Makefile b/sbin/geom/core/Makefile
index 3c37342..e65c99d 100644
--- a/sbin/geom/core/Makefile
+++ b/sbin/geom/core/Makefile
@@ -10,6 +10,6 @@ DPADD= ${LIBGEOM} ${LIBSBUF} ${LIBBSDXML}
LDADD= -lgeom -lsbuf -lbsdxml
WARNS?= 6
CFLAGS+=-I${.CURDIR}/../../../sys -I${.CURDIR} -I${.CURDIR}/..
-CFLAGS+=-DCLASSDIR=\"${LIBDIR}\"
+CFLAGS+=-DCLASSDIR=\"${CLASSDIR}\"
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud