summaryrefslogtreecommitdiff
path: root/static/freebsd/man6/Makefile
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 16:08:12 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 16:08:12 -0400
commitb9cde963555b6519c5dbd34a39dee3418f593437 (patch)
tree453accad3c3286e3416d4160de4a87223aff684c /static/freebsd/man6/Makefile
parent5cb84ec742fd33f78c8022863fadaa8d0d93e176 (diff)
feat: Added FreeBSD man pages
Diffstat (limited to 'static/freebsd/man6/Makefile')
-rw-r--r--static/freebsd/man6/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/freebsd/man6/Makefile b/static/freebsd/man6/Makefile
new file mode 100644
index 00000000..cd649fe8
--- /dev/null
+++ b/static/freebsd/man6/Makefile
@@ -0,0 +1,3 @@
+MAN = $(wildcard *.6)
+
+include ../../mandoc.mk