diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 16:17:52 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 16:17:52 -0400 |
| commit | 160aa82b2d39c46ad33723d7d909cb4972efbb03 (patch) | |
| tree | ed23b9b73e24955a407532da2a56b2c646d43a96 /static/openbsd/man4/man4.alpha | |
| parent | b9cde963555b6519c5dbd34a39dee3418f593437 (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.alpha')
| -rw-r--r-- | static/openbsd/man4/man4.alpha/Makefile | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/static/openbsd/man4/man4.alpha/Makefile b/static/openbsd/man4/man4.alpha/Makefile index 624cb54e..4bdc15c4 100644 --- a/static/openbsd/man4/man4.alpha/Makefile +++ b/static/openbsd/man4/man4.alpha/Makefile @@ -1,20 +1,3 @@ -MAN = apecs.4 \ - asc.4 \ - autoconf.4 \ - bba.4 \ - cia.4 \ - intro.4 \ - ioasic.4 \ - irongate.4 \ - lca.4 \ - le.4 \ - mcbus.4 \ - mcpcia.4 \ - mem.4 \ - tcasic.4 \ - tga.4 \ - tsc.4 \ - tsciic.4 \ - zs.4 +MAN = $(wildcard *.4) include ../../../mandoc.mk |
