bmake

Portable version of NetBSD make for building projects with makefiles.

brewmacoslinux
Try with needOr install directly
Source

About

Portable version of NetBSD make(1)

Commands

bmake

Examples

run build targets from a makefile$ bmake
build a specific target in makefile$ bmake install
show what commands would run without executing$ bmake -n
build with multiple parallel jobs$ bmake -j 4
list all available targets in makefile$ bmake -p