Makefile at [2f11a995dc]
Logged in as anonymous

File Makefile artifact d9318177ac part of check-in 2f11a995dc


.include "/etc/mrc.conf"

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

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