code: 9ferno

ref: 897ab0913d20930339f244c3ee031b53a229747d
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