Makefile at [5fb1968943]
Logged in as anonymous

File Makefile artifact bb021a975c part of check-in 5fb1968943


.include "mrc.conf"

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

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