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