1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 13:38:35 +00:00

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

@ -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