dumpon.init.mk at [17041521b1]
Logged in as anonymous

File dumpon.init.mk artifact c2234e19da part of check-in 17041521b1


DUMPDEV?=no

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