shithub: purgatorio

ref: 249dc0489c7b24371e1f829e9c849fa7464f6c0c
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