ref: 270be365a4b9c55e071564903256999e2ce66b28
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