dumpon.init.mk at [5621f7a556]
Logged in as anonymous

File dumpon.init.mk artifact c2234e19da part of check-in 5621f7a556


DUMPDEV?=no

dumpon: random
	test -e ${DUMPDEV} && { \
	  echo "MRC:$@> Setting dumpon device to ${DUMPDEV}"; \
	  dumpon -v ${DUMPDEV}; \
	} || true