summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/geom/class/Makefile.inc')
-rw-r--r--sbin/geom/class/Makefile.inc14
1 files changed, 7 insertions, 7 deletions
diff --git a/sbin/geom/class/Makefile.inc b/sbin/geom/class/Makefile.inc
index 5fbe1f5..711c087 100644
--- a/sbin/geom/class/Makefile.inc
+++ b/sbin/geom/class/Makefile.inc
@@ -1,13 +1,13 @@
# $FreeBSD$
-.include "../Makefile.inc"
-
-LIBDIR?=${CLASSDIR}
-SHLIB_MAJOR=1
+LIBDIR?= ${CLASSDIR}
-SRCS= geom_${CLASS}.c subr.c
-SHLIB_NAME?=geom_${CLASS}.so.${SHLIB_MAJOR}
+SHLIB_MAJOR= 1
+SHLIB_NAME?= geom_${CLASS}.so.${SHLIB_MAJOR}
LINKS= ${BINDIR}/geom ${BINDIR}/g${CLASS}
MAN= g${CLASS}.8
+SRCS= geom_${CLASS}.c subr.c
+
+CFLAGS+= -I${.CURDIR}/../..
-CFLAGS+=-I${.CURDIR}/../..
+.include "../Makefile.inc"
OpenPOWER on IntegriCloud