1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../../misc
4
5GEOM_CLASS=	multipath
6
7CFLAGS+=  -I${.CURDIR}/../../../../sys
8
9.include <bsd.lib.mk>
10