aboutsummaryrefslogtreecommitdiff
path: root/sbin/geom/class/multipath/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/geom/class/multipath/Makefile')
-rw-r--r--sbin/geom/class/multipath/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/geom/class/multipath/Makefile b/sbin/geom/class/multipath/Makefile
index b4eb7837e8eb..ff40fe9faa32 100644
--- a/sbin/geom/class/multipath/Makefile
+++ b/sbin/geom/class/multipath/Makefile
@@ -1,8 +1,9 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../misc
-CLASS= multipath
-.include <bsd.lib.mk>
+GEOM_CLASS= multipath
CFLAGS+= -I${.CURDIR}/../../../../sys
+
+.include <bsd.lib.mk>