Artifact [1d2a1d0583]
Logged in as anonymous

Artifact 1d2a1d0583239018f95720e2b509a60f6f6ef4efdcffa47221d6e9fa8e60ec75:


# vim:ft=make:

DUMPDEV?=no

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