diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 20:18:25 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 20:18:25 -0400 |
| commit | 3258a063c1f189d7b019e40e525b46bef9b9a7b1 (patch) | |
| tree | b39b43cd870f386c19d0a13b7970f46f65e5fb4f /static/openbsd | |
| parent | 41039b36ec75467076ada2bb0f6f7866eafaea09 (diff) | |
fix: Build man2 in openbsd and freebsd
Diffstat (limited to 'static/openbsd')
| -rw-r--r-- | static/openbsd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/openbsd/Makefile b/static/openbsd/Makefile index 926cf160..27ea5e75 100644 --- a/static/openbsd/Makefile +++ b/static/openbsd/Makefile @@ -1,4 +1,5 @@ -SUBDIRS = man1 \ +SUBDIRS = man1 \ + man2 \ man3 \ man4 \ man5 \ |
