freebsd-dev/sbin/geom/class/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

8 lines
82 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../misc
CLASS= mountver
.include <bsd.lib.mk>