summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/freebsd/Makefile2
-rw-r--r--static/openbsd/Makefile3
2 files changed, 3 insertions, 2 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
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 \