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
- Host: GitHub
- URL: https://github.com/ibara/dmake
- Owner: ibara
- Created: 2023-07-24T19:07:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T18:38:10.000Z (over 1 year ago)
- Last Synced: 2025-02-28T04:36:56.318Z (11 months ago)
- Language: C++
- Size: 229 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.