summaryrefslogtreecommitdiff
path: root/static/openbsd/man4/man4.macppc
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/man4/man4.macppc
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/man4/man4.macppc')
-rw-r--r--static/openbsd/man4/man4.macppc/Makefile35
1 files changed, 1 insertions, 34 deletions
diff --git a/static/openbsd/man4/man4.macppc/Makefile b/static/openbsd/man4/man4.macppc/Makefile
index fec3b08b..4bdc15c4 100644
--- a/static/openbsd/man4/man4.macppc/Makefile
+++ b/static/openbsd/man4/man4.macppc/Makefile
@@ -1,36 +1,3 @@
-MAN = abtn.4 \
- adb.4 \
- aoa.4 \
- apm.4 \
- asms.4 \
- autoconf.4 \
- awacs.4 \
- bm.4 \
- daca.4 \
- dfs.4 \
- fcu.4 \
- hpb.4 \
- ht.4 \
- intro.4 \
- kauaiata.4 \
- kiic.4 \
- macgpio.4 \
- macobio.4 \
- mc.4 \
- mediabay.4 \
- mem.4 \
- memc.4 \
- mpcpcibr.4 \
- onyx.4 \
- openpic.4 \
- pgs.4 \
- piic.4 \
- smu.4 \
- snapper.4 \
- sysbutton.4 \
- tumbler.4 \
- xlights.4 \
- zs.4
+MAN = $(wildcard *.4)
include ../../../mandoc.mk
-