Artifact [dbaf344ef8]
Logged in as anonymous

Artifact dbaf344ef89e193a5d985e962803919b5487fb37438c5d23eb20d333e237f7bc:


# vim:ft=make:

DUMPDEV?=no

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