bsdmake

BSD version of the Make build tool with enhanced features

brewmacoslinux
Try with needOr install directly
Source

About

BSD version of the Make build tool

Commands

bmake

Examples

Build a project using a Makefile$ bmake
Build a specific target$ bmake install
Build with verbose output and specific variable$ bmake -v PREFIX=/usr/local