aboutsummaryrefslogblamecommitdiff
path: root/sys/modules/md/Makefile
blob: 2473e3715bd205f19826e5e07159c76117d89627 (plain) (tree)
1
2
3
4
5
6
7
 
                           
 
               
                                                             
 
                      

.PATH: ${SRCTOP}/sys/dev/md

KMOD=	geom_md
SRCS=	md.c opt_md.h opt_geom.h opt_rootdevname.h vnode_if.h

.include <bsd.kmod.mk>