b3f9d8c804
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)
9 lines
118 B
Makefile
9 lines
118 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../geom/mountver
|
|
|
|
KMOD= geom_mountver
|
|
SRCS= g_mountver.c
|
|
|
|
.include <bsd.kmod.mk>
|