ref: d2a70ae3ee19a6e74e3ad1fcc568c26d1dbe227b dir: /mkfile/
DIRS=drawfs consfs mousefs drawmgr all:V: for (d in $DIRS) @{ cd $d && mk $MKFLAGS } install:V: for (d in $DIRS) @{ cd $d && mk $MKFLAGS install }