dumpon.init at [84d4cb5e66]
Logged in as anonymous

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


# vim:ft=make:

DUMPDEV?=no

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