Annotation For Makefile
Logged in as anonymous

Lines of Makefile from check-in 5fb1968943 that are changed by the sequence of edits moving toward check-in 2f11a995dc:

5fb1968943 2019-10-19    1: .include "mrc.conf"
                         2: 
                         3: .if defined(AUTOBOOT)
                         4: SCRIPTS!=ls *.init *.service
                         5: .else
                         6: SCRIPTS!=ls *.service
                         7: .endif
                         8: 
                         9: all: ${SERVICE:S/.init//:S/.service//}