mkdep
NetBSD make
Install
- All systems
-
curl cmd.cat/mkdep.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 update
sudo apt-get install bmake
- OS X
-
brew install bmake
- Raspbian
-
apt-get install bmake
- Dockerfile
- dockerfile.run/mkdep
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.