The Make Utility

Make is an essential tool for managing large projects. It saves time by only compiling those modules that have been changed since the last build. The PMON/2000 project is native to the OpenBSD, and as such, uses the Berkely 'make' utility. This flavor of 'make' is rich with features that support parallelism and includes. GNU make, although very popular, is excessive in size and not nearly as flexible.

To learn more about 'make' we recommend either of these books.

Navigation: Document Home | Document Contents | Document Index