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