Lines of Makefile from check-in 2f11a995dc that are changed by the sequence of edits moving toward check-in 5062c9b6fc:
1: .include "/etc/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//}