d941425873
with the rest. mdconfig.c: Simplify mdmaybeload() function. mdioctl.h: Removed (now unused) #define. loader.conf: Sort GEOM classes properly. OK'ed by: phk
9 lines
125 B
Makefile
9 lines
125 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/md
|
|
|
|
KMOD= geom_md
|
|
SRCS= md.c opt_md.h opt_geom.h vnode_if.h
|
|
|
|
.include <bsd.kmod.mk>
|