diff options
| author | Michael Forney <mforney@mforney.org> | 2017-08-11 19:33:00 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-08-11 23:11:18 -0700 |
| commit | 026e315b1ec289dd6d53ad2542d7aedb92afde1a (patch) | |
| tree | ef57a6f50702e85d05d7fcd50578c019e6cbf658 | |
| parent | 0f4fbb0587082088a835b917fb94b903f7317b84 (diff) | |
Add openntpd to $core
| -rw-r--r-- | README.md | 9 | ||||
| -rw-r--r-- | sets.rc | 1 |
2 files changed, 4 insertions, 6 deletions
@@ -49,13 +49,9 @@ up from the following: * [musl](http://musl-libc.org/) (libc) * [suckless](http://core.suckless.org/) - - sbase - - ubase - - sinit - - sdhcp - - scron + - sbase, ubase, sinit, sdhcp, scron * [openbsd](http://openbsd.org/) - - pax, yacc, fmt, diff, patch + - pax, yacc, fmt, diff, patch, doas * [plan9port](http://swtch.com/plan9port/) - rc, sam * [awk](http://github.com/onetrueawk/awk/) @@ -69,6 +65,7 @@ up from the following: * [libressl](http://www.libressl.org/) * [mandoc](http://mandoc.bsd.lv/) * [samurai](https://github.com/michaelforney/samurai) (ninja-compatible build tool) +* [openntpd](http://www.openntpd.org/) * [openssh](http://www.openssh.com/) * [perp](http://b0llix.net/perp/) (process supervisor) * [pigz](http://zlib.net/pigz/) (gzip) @@ -12,6 +12,7 @@ core=(\ mandoc\ musl\ openbsd\ + openntpd\ openssh\ perp\ pigz\ |
