1</$objtype/mkfile 2 3none:VQ: 4 echo mk all, install, clean, nuke, installall, update 5 6all install clean nuke installall update:V: 7 @{cd bin/source; mk $target} 8 @{cd mail/src; mk $target} 9 @{cd news/src; mk $target} 10 @{cd wiki/src; mk $target} 11