pmake
NetBSD make
Install
- All systems
-
curl cmd.cat/pmake.sh
- Debian
-
apt-get install pmake - 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 pmake - 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.
pmake
NetBSD make (transitional package)
This is a dummy package to aid in transitioning from pmake package to the new bmake package. This dummy package may be safely removed after upgrading.