dumpon.init at [2bf099898d]
Logged in as anonymous

File dumpon.init artifact c73d66f500 part of check-in 2bf099898d


# vim:ft=make:

DUMPDEV?=no

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