freebsd-dev/sys/modules/geom/geom_mountver/Makefile
Edward Tomasz Napierala b3f9d8c804 Add gmountver, disk mount verification GEOM class.
Note that due to e.g. write throttling ('wdrain'), it can stall all the disk
I/O instead of just the device it's configured for.  Using it for removable
media is therefore not a good idea.

Reviewed by:	pjd (earlier version)
2010-01-16 09:52:49 +00:00

9 lines
118 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../geom/mountver
KMOD= geom_mountver
SRCS= g_mountver.c
.include <bsd.kmod.mk>