On BSD system the "make" program isn't GNU-make, and the Makefile format aren't strictly compatible. For example, [src/libstd/build.rs](https://github.com/rust-lang/rust/blob/master/src/libstd/build.rs#L107) try to invoke `make` to build `libbacktrace`. Same problem in [src/bootstrap/check.rs](https://github.com/rust-lang/rust/blob/master/src/bootstrap/check.rs#L546). The "make" program should be configurable. GNU-make is generally "gmake" on BSD.