An open API service indexing awesome lists of open source software.

https://github.com/ibara/dmake

Illumos make ported to OpenBSD
https://github.com/ibara/dmake

Last synced: 10 months ago
JSON representation

Illumos make ported to OpenBSD

Awesome Lists containing this project

README

          

Illumos make for OpenBSD
========================
This repo contains a port of
[Illumos](https://www.illumos.org/)
make for
[OpenBSD](https://www.openbsd.org/).

It may build and run on other Unices as well.

Building
--------
Run `make && doas make install`.

This will install two executables: `dmake` and `sunpromake`.
The `dmake` executable is Illumos `dmake`.
The `sunpromake` executable is Illumos `/usr/xpg4/bin/make`.

Running
-------
See
[`make.1`](https://illumos.org/man/1/make)
for more information.

This manual page is installed as `dmake.1`.

LICENSE
-------
CDDL. See `OPENSOLARIS.LICENSE` for more information.