K 10 svn:author V 5 danfe K 8 svn:date V 27 2013-08-14T12:38:41.310366Z K 7 svn:log V 419 Unbreak parallel builds (-jX) on recent -CURRENT, where our make(1) is bmake(1) now. The build fails because bmake(1) treats MFLAGS variable slightly differently: while by default its value would be '-j X', our old make(1) allows to set it from the makefile or environment, bmake(1) will append to it instead. Pass the empty value via MAKE_ARGS to make every make(1) happy, and thus fix parallel builds (once again). END