Add support for mk distclean

This commit is contained in:
Daniel Bainton 2014-04-07 16:56:16 +03:00
parent 6565433b94
commit 7e78e88296

4
mkfile
View File

@ -19,6 +19,10 @@ clean:QV:
cd ports
env -i PATH="$PATH" configmk="$configmk" mkbuild="$mkbuild" mk clean
distclean:QV:
cd ports
env -i PATH="$PATH" configmk="$configmk" mkbuild="$mkbuild" mk distclean
fetch:QV:
cd ports
env -i PATH="$PATH" configmk="$configmk" mkbuild="$mkbuild" mk fetch