dumpon.init at [b9bb8f0f8e]
Logged in as anonymous

File dumpon.init artifact dbaf344ef8 part of check-in b9bb8f0f8e


# vim:ft=make:

DUMPDEV?=no

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