ADDED Makefile Index: Makefile ================================================================== --- /dev/null +++ Makefile @@ -0,0 +1,9 @@ +.include "mrc.conf" + +.if defined(AUTOBOOT) +SCRIPTS!=ls *.init *.service +.else +SCRIPTS!=ls *.service +.endif + +all: ${SERVICE:S/.init//:S/.service//} ADDED mrc.conf Index: mrc.conf ================================================================== --- /dev/null +++ mrc.conf @@ -0,0 +1,1 @@ +# vim:ft=make: