1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00
freebsd/sys/modules/md/Makefile
2003-01-13 08:31:41 +00:00

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>