dumpon.init at [b8c8da525b]
Logged in as anonymous

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


# vim:ft=make:

DUMPDEV?=no

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