summaryrefslogtreecommitdiff
path: root/static/openbsd
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 20:18:25 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 20:18:25 -0400
commit3258a063c1f189d7b019e40e525b46bef9b9a7b1 (patch)
treeb39b43cd870f386c19d0a13b7970f46f65e5fb4f /static/openbsd
parent41039b36ec75467076ada2bb0f6f7866eafaea09 (diff)
fix: Build man2 in openbsd and freebsd
Diffstat (limited to 'static/openbsd')
-rw-r--r--static/openbsd/Makefile3
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 \