mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
7 lines
128 B
Makefile
7 lines
128 B
Makefile
|
|
.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>
|