shithub: purgatorio

ref: 6b84c3a6548f1c577948763b0a09a7b6e2460e04
dir: purgatorio/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