dumpon.init at [7ccc41d896]
Logged in as anonymous

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


# vim:ft=make:

DUMPDEV?=no

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