summaryrefslogtreecommitdiff
path: root/static/freebsd
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/freebsd
parent41039b36ec75467076ada2bb0f6f7866eafaea09 (diff)
fix: Build man2 in openbsd and freebsd
Diffstat (limited to 'static/freebsd')
-rw-r--r--static/freebsd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/freebsd/Makefile b/static/freebsd/Makefile
index f372f268..bcc8f028 100644
--- a/static/freebsd/Makefile
+++ b/static/freebsd/Makefile
@@ -1,4 +1,4 @@
-SUBDIRS = man1 man3 man3lua man4 man5 man6 man7 man8 man9
+SUBDIRS = man1 man2 man3 man3lua man4 man5 man6 man7 man8 man9
export OS="FreeBSD 15.0"
include ../subdir.mk