summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/Makefile.inc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2010-12-15 23:24:34 +0000
committerobrien <obrien@FreeBSD.org>2010-12-15 23:24:34 +0000
commit2fed53ec5dcd14a875c113b9545b222c9f53b161 (patch)
tree1aa69fd70bac01b1a68524b4d87588c66af84c76 /sbin/geom/class/Makefile.inc
parent29c10913459e15c9dc6f50ee720d44c645494448 (diff)
downloadFreeBSD-src-2fed53ec5dcd14a875c113b9545b222c9f53b161.zip
FreeBSD-src-2fed53ec5dcd14a875c113b9545b222c9f53b161.tar.gz
Rename the generic "CLASS" to the more specific "GEOM_CLASS".
While I'm here remove redundancy and inconsistencies. Obtained from: Juniper Networks
Diffstat (limited to 'sbin/geom/class/Makefile.inc')
-rw-r--r--sbin/geom/class/Makefile.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/geom/class/Makefile.inc b/sbin/geom/class/Makefile.inc
index 63109c2..6f0141e 100644
--- a/sbin/geom/class/Makefile.inc
+++ b/sbin/geom/class/Makefile.inc
@@ -1,10 +1,10 @@
# $FreeBSD$
-SHLIBDIR?=${CLASS_DIR}
-SHLIB_NAME?=geom_${CLASS}.so
-LINKS= ${BINDIR}/geom ${BINDIR}/g${CLASS}
-MAN= g${CLASS}.8
-SRCS+= geom_${CLASS}.c subr.c
+SHLIBDIR?=${GEOM_CLASS_DIR}
+SHLIB_NAME?=geom_${GEOM_CLASS}.so
+LINKS= ${BINDIR}/geom ${BINDIR}/g${GEOM_CLASS}
+MAN= g${GEOM_CLASS}.8
+SRCS+= geom_${GEOM_CLASS}.c subr.c
CFLAGS+= -I${.CURDIR}/../..
OpenPOWER on IntegriCloud