summaryrefslogtreecommitdiff
path: root/static/openbsd/man8/man8.luna88k/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/man8/man8.luna88k/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/man8/man8.luna88k/Makefile')
-rw-r--r--static/openbsd/man8/man8.luna88k/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/static/openbsd/man8/man8.luna88k/Makefile b/static/openbsd/man8/man8.luna88k/Makefile
index 7b9b64d3..c65e4547 100644
--- a/static/openbsd/man8/man8.luna88k/Makefile
+++ b/static/openbsd/man8/man8.luna88k/Makefile
@@ -1,4 +1,3 @@
-MAN = boot_luna88k.8 \
- MAKEDEV.8
+MAN = $(wildcard *.8)
include ../../../mandoc.mk