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/man5/Makefile | |
| parent | 2f467bd7ff8f8db0dafa40426166491d7f57f368 (diff) | |
docs: OpenBSD Man Pages Added
Diffstat (limited to 'static/openbsd/man5/Makefile')
| -rw-r--r-- | static/openbsd/man5/Makefile | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/static/openbsd/man5/Makefile b/static/openbsd/man5/Makefile new file mode 100644 index 00000000..89fe1284 --- /dev/null +++ b/static/openbsd/man5/Makefile @@ -0,0 +1,58 @@ +MAN = acct.5 \ + ar.5 \ + bsd.port.arch.mk.5 \ + bsd.port.mk.5 \ + bsd.regress.mk.5 \ + cabal-module.5 \ + cargo-module.5 \ + changelist.5 \ + core.5 \ + defaultdomain.5 \ + dir.5 \ + disktab.5 \ + elf.5 \ + ethers.5 \ + fbtab.5 \ + files.conf.5 \ + fs.5 \ + fstab.5 \ + genassym.cf.5 \ + gnome-module.5 \ + go-module.5 \ + group.5 \ + hostname.if.5 \ + hosts.5 \ + install.site.5 \ + installurl.5 \ + intro.5 \ + login.conf.5 \ + mandoc.db.5 \ + mixerctl.conf.5 \ + mk.conf.5 \ + moduli.5 \ + motd.5 \ + mygate.5 \ + myname.5 \ + netgroup.5 \ + opam-module.5 \ + passwd.5 \ + pf.conf.5 \ + pf.os.5 \ + port-modules.5 \ + printcap.5 \ + protocols.5 \ + python-module.5 \ + qmake-module.5 \ + ranlib.5 \ + remote.5 \ + resolv.conf.5 \ + rpc.5 \ + ruby-module.5 \ + services.5 \ + shells.5 \ + spamd.conf.5 \ + sysctl.conf.5 \ + utmp.5 \ + wsconsctl.conf.5 + +include ../../mandoc.mk |
