Makefile at [2b429035c5]
Logged in as anonymous

File Makefile artifact bb021a975c part of check-in 2b429035c5


.include "mrc.conf"

.if defined(AUTOBOOT)
SCRIPTS!=ls *.init *.service
.else
SCRIPTS!=ls *.service
.endif

all: ${SERVICE:S/.init//:S/.service//}