summaryrefslogtreecommitdiff
path: root/static/openbsd/man7/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/man7/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/man7/Makefile')
-rw-r--r--static/openbsd/man7/Makefile25
1 files changed, 1 insertions, 24 deletions
diff --git a/static/openbsd/man7/Makefile b/static/openbsd/man7/Makefile
index fa959b6f..57ec7ecb 100644
--- a/static/openbsd/man7/Makefile
+++ b/static/openbsd/man7/Makefile
@@ -1,26 +1,3 @@
-MAN = airport.7 \
- ascii.7 \
- environ.7 \
- eqn.7 \
- glob.7 \
- hier.7 \
- hostname.7 \
- intro.7 \
- library-specs.7 \
- man.7 \
- mandoc_char.7 \
- mdoc.7 \
- mirroring-ports.7 \
- operator.7 \
- packages-specs.7 \
- packages.7 \
- pkgpath.7 \
- ports.7 \
- roff.7 \
- script.7 \
- securelevel.7 \
- tbl.7 \
- utf8.7
+MAN = $(wildcard *.7)
include ../../mandoc.mk
-