How to Install bmake in Ubuntu 18.04



Install bmake by entering the following commands in the terminal:

sudo apt update
sudo apt install bmake

Description:

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.

Homepage: http://www.crufty.net/help/sjg/bmake.html

Version: 20160220-2build1

Section: universe/devel