bmake
NetBSD make
Install
- All systems
-
curl cmd.cat/bmake.sh
- Debian
-
apt-get install bmake - Ubuntu
-
apt-get install bmake - Arch Linux
-
pacman -S bmake - Kali Linux
-
apt-get install bmake - Fedora
-
dnf install bmake - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install bmake - OS X
-
brew install bmake - Raspbian
-
apt-get install bmake
bmake
NetBSD make
bmake is a program designed to simplify the maintenance of other programs. Its input is a list of specifications as to the files upon which programs and other files depend. mkdep, a program to construct Makefile dependency lists, is also included. bmake is a port of the NetBSD make tool.