code: purgatorio

ref: 63392be12a1a657419af2d2966995428721f18f3
dir: /appl/svc/mkfile/

View raw version
<../../mkconfig

DIRS=\
	httpd\
	webget\

SHTARG=\
	auth.sh\
	net.sh\
	registry.sh\
	rstyx.sh\
	styx.sh\

BIN=$ROOT/dis/svc

<$ROOT/mkfiles/mksubdirs

SHFILES=${SHTARG:%.sh=$BIN/%}
install:V:	$SHFILES
%.install:V:	$BIN/%
%.installall:V:	$BIN/%

$BIN/%:	%.sh
	cp $stem.sh $target && chmod a+rx $target