dumpon.init at [47c6cc1171]
Logged in as anonymous

File dumpon.init artifact dbaf344ef8 part of check-in 47c6cc1171


# vim:ft=make:

DUMPDEV?=no

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