1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../../geom/multipath 4 5KMOD= geom_multipath 6SRCS= g_multipath.c 7 8.include <bsd.kmod.mk> 9