freebsd-dev/sys/modules/md/Makefile
John-Mark Gurney a246f097d6 change the name of the md module, to g_md, introduce a define with the
name MD_MODNAME, and make mdconfig use this new define...
2004-08-09 06:45:20 +00:00

9 lines
122 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/md
KMOD= g_md
SRCS= md.c opt_md.h opt_geom.h vnode_if.h
.include <bsd.kmod.mk>