diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 14:02:27 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 14:02:27 -0400 |
| commit | 6d8bdc65446a704d0750217efd05532fc641ea7d (patch) | |
| tree | 8ae6d698b3c9801750a8b117b3842fb369872a3a /static/openbsd/man7/Makefile | |
| parent | 2f467bd7ff8f8db0dafa40426166491d7f57f368 (diff) | |
docs: OpenBSD Man Pages Added
Diffstat (limited to 'static/openbsd/man7/Makefile')
| -rw-r--r-- | static/openbsd/man7/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/static/openbsd/man7/Makefile b/static/openbsd/man7/Makefile new file mode 100644 index 00000000..fa959b6f --- /dev/null +++ b/static/openbsd/man7/Makefile @@ -0,0 +1,26 @@ +MAN = airport.7 \ + ascii.7 \ + environ.7 \ + eqn.7 \ + glob.7 \ + hier.7 \ + hostname.7 \ + intro.7 \ + library-specs.7 \ + man.7 \ + mandoc_char.7 \ + mdoc.7 \ + mirroring-ports.7 \ + operator.7 \ + packages-specs.7 \ + packages.7 \ + pkgpath.7 \ + ports.7 \ + roff.7 \ + script.7 \ + securelevel.7 \ + tbl.7 \ + utf8.7 + +include ../../mandoc.mk + |
