1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../../dev/md
4
5KMOD=	geom_md
6SRCS=	md.c opt_md.h opt_geom.h vnode_if.h
7
8.include <bsd.kmod.mk>
9