Annotation For dumpon.init
Logged in as anonymous

Lines of dumpon.init from check-in 8f80b79392 that are changed by the sequence of edits moving toward check-in 47c6cc1171:

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