shithub: purgatorio

ref: a411870ee4640241e3c494367d922847da84f972
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