mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +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>
|