mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00:00
9 lines
120 B
Makefile
9 lines
120 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/md
|
|
|
|
KMOD= md
|
|
SRCS= md.c opt_md.h opt_geom.h vnode_if.h
|
|
|
|
.include <bsd.kmod.mk>
|