Annotation For dumpon.init
Logged in as anonymous

Origin for each line in dumpon.init from check-in 47c6cc1171:

5062c9b6fc 2019-10-19    1: # vim:ft=make:
5062c9b6fc 2019-10-19    2: 
5062c9b6fc 2019-10-19    3: DUMPDEV?=no
5062c9b6fc 2019-10-19    4: 
5062c9b6fc 2019-10-19    5: dumpon: random
47c6cc1171 2019-10-20    6: .if empty(DUMPDEV:tl:Mno)
5062c9b6fc 2019-10-19    7: 	: Setting dumpon device.
47c6cc1171 2019-10-20    8: 	dumpon -v ${DUMPDEV}
5062c9b6fc 2019-10-19    9: .endif