Artifact [c73d66f500]
Logged in as anonymous

Artifact c73d66f5007596223a8b8b32717f3c01d8ee317c99bb0802ee3eb3fa3ed68c8a:


# vim:ft=make:

DUMPDEV?=no

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