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.hppa/Makefile | |
| 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.hppa/Makefile')
| -rw-r--r-- | static/openbsd/man4/man4.hppa/Makefile | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/static/openbsd/man4/man4.hppa/Makefile b/static/openbsd/man4/man4.hppa/Makefile index 7d0f06ab..4bdc15c4 100644 --- a/static/openbsd/man4/man4.hppa/Makefile +++ b/static/openbsd/man4/man4.hppa/Makefile @@ -1,25 +1,3 @@ -MAN = asp.4 \ - astro.4 \ - cpu.4 \ - dino.4 \ - elroy.4 \ - gecko.4 \ - gsc.4 \ - gsckbc.4 \ - harmony.4 \ - ie.4 \ - intro.4 \ - io.4 \ - lasi.4 \ - lcd.4 \ - mem.4 \ - mongoose.4 \ - pdc.4 \ - phantomas.4 \ - power.4 \ - runway.4 \ - ssio.4 \ - uturn.4 \ - wax.4 +MAN = $(wildcard *.4) include ../../../mandoc.mk |
