mirror of
https://github.com/opnsense/src.git
synced 2026-03-24 19:53:08 -04:00
8 lines
143 B
Makefile
8 lines
143 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/md
|
|
|
|
KMOD= geom_md
|
|
SRCS= md.c opt_md.h opt_geom.h opt_rootdevname.h vnode_if.h
|
|
|
|
.include <bsd.kmod.mk>
|