summaryrefslogtreecommitdiff
path: root/static/netbsd/Makefile
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 15:32:58 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 15:32:58 -0400
commit5cb84ec742fd33f78c8022863fadaa8d0d93e176 (patch)
tree1a81ca3665e6153923e40db7b0d988f8573ab59c /static/netbsd/Makefile
parenta59214f344567c037d5776879bcfc5fcc1d4d5f6 (diff)
feat: Added NetBSD man pages
Diffstat (limited to 'static/netbsd/Makefile')
-rw-r--r--static/netbsd/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/static/netbsd/Makefile b/static/netbsd/Makefile
new file mode 100644
index 00000000..a9710695
--- /dev/null
+++ b/static/netbsd/Makefile
@@ -0,0 +1,12 @@
+SUBDIRS = man1 \
+ man2 \
+ man3 \
+ man4 \
+ man5 \
+ man6 \
+ man7 \
+ man8 \
+ man9
+
+include ../subdir.mk
+