code: 9ferno

ref: 8bb05d8ca955ed85c7028d74371f1d23ce66a800
dir: /utils/mk/mkfile-Posix/

View raw version
#
#	install rule for Posix systems
#

$BIN/%:	$O.out
	test -x $target && mv $target $BIN/mk.save		#because we are executing it
	cp $O.out $target