summaryrefslogtreecommitdiff
path: root/static/openbsd/man3/Makefile
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 16:17:52 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 16:17:52 -0400
commit160aa82b2d39c46ad33723d7d909cb4972efbb03 (patch)
treeed23b9b73e24955a407532da2a56b2c646d43a96 /static/openbsd/man3/Makefile
parentb9cde963555b6519c5dbd34a39dee3418f593437 (diff)
refactor: OpenBSD makefiles use wildcard
Refactored the makefiles to use the wildcard function of GNU Make so that new man pages can be added with few changes.
Diffstat (limited to 'static/openbsd/man3/Makefile')
-rw-r--r--static/openbsd/man3/Makefile15
1 files changed, 1 insertions, 14 deletions
diff --git a/static/openbsd/man3/Makefile b/static/openbsd/man3/Makefile
index 6870e97f..c070e829 100644
--- a/static/openbsd/man3/Makefile
+++ b/static/openbsd/man3/Makefile
@@ -1,16 +1,3 @@
-MAN = assert.3 \
- bit_alloc.3 \
- CMSG_DATA.3 \
- dl_iterate_phdr.3 \
- dlfcn.3 \
- end.3 \
- intro.3 \
- makedev.3 \
- offsetof.3 \
- queue.3 \
- sysexits.3 \
- timeradd.3 \
- tree.3 \
- va_start.3
+MAN = $(wildcard *.3)
include ../../mandoc.mk