code: purgatorio

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