fa4a1febf7
features. The gmirror(8) utility should be used for control of this class. There is no manual page yet, but I'm working on it with keramida@. Many useful tests provided by: simon (thank you!) Some ideas from: scottl, simon, phk
10 lines
134 B
Makefile
10 lines
134 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../geom/mirror
|
|
|
|
KMOD= geom_mirror
|
|
SRCS= g_mirror.c
|
|
SRCS+= g_mirror_ctl.c
|
|
|
|
.include <bsd.kmod.mk>
|