dumpon.init at [3e8f3b3326]
Logged in as anonymous

File dumpon.init artifact dbaf344ef8 part of check-in 3e8f3b3326


# vim:ft=make:

DUMPDEV?=no

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