ref: f0f2d452c873255dec4b3359b3f93e349be0f2c5
dir: /sys/src/cmd/upas/binscripts/mkfile/
</$objtype/mkfile
RCFILES=\
	isspam\
	msgcat\
	spam\
	tfmt\
	unspam\
all:Q:
	;
installall:Q:	install
	;
install:V: ${RCFILES:%=$BIN/%}
safeinstall:V: install
safeinstallall:V: install
clean:Q:
	;
nuke:V:
	rm -f $BIN/^($RCFILES)
$BIN/%: %.rc
	cp $stem.rc $BIN/$stem
test:VQ:
	# nothing
<../mkupas