dumpon.init at [bf6ae1479b]
Logged in as anonymous

File dumpon.init artifact 1d2a1d0583 part of check-in bf6ae1479b


# vim:ft=make:

DUMPDEV?=no

dumpon: random
.if empty(${DUMPDEV:tl:Mno})
	: Setting dumpon device.
	dumpon -v ${DUMPDEV}
.endif