1# $FreeBSD: releng/10.3/sys/modules/geom/geom_multipath/Makefile 167050 2007-02-27 04:01:58Z mjacob $
2
3.PATH: ${.CURDIR}/../../../geom/multipath
4
5KMOD=	geom_multipath
6SRCS=	g_multipath.c
7
8.include <bsd.kmod.mk>
9