dumpon.init at [f95fc3334e]
Logged in as anonymous

File dumpon.init artifact c73d66f500 part of check-in f95fc3334e


# vim:ft=make:

DUMPDEV?=no

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