freebsd-dev/sys/modules/geom/geom_mirror/Makefile
Pawel Jakub Dawidek fa4a1febf7 Add GEOM_MIRROR class which provide RAID1 functionality and has many useful
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
2004-07-30 23:13:45 +00:00

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>