Makefile at [aea391e34e]
Logged in as anonymous

File Makefile artifact d9318177ac part of check-in aea391e34e


.include "/etc/mrc.conf"

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

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