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.octeon | |
| 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.octeon')
| -rw-r--r-- | static/openbsd/man4/man4.octeon/Makefile | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/static/openbsd/man4/man4.octeon/Makefile b/static/openbsd/man4/man4.octeon/Makefile index 2eb51593..4bdc15c4 100644 --- a/static/openbsd/man4/man4.octeon/Makefile +++ b/static/openbsd/man4/man4.octeon/Makefile @@ -1,26 +1,3 @@ -MAN = amdcf.4 \ - cnmac.4 \ - intro.4 \ - octboot.4 \ - octcf.4 \ - octcib.4 \ - octcit.4 \ - octciu.4 \ - octcrypto.4 \ - octgmx.4 \ - octgpio.4 \ - octiic.4 \ - octmmc.4 \ - octpcie.4 \ - octpip.4 \ - octrng.4 \ - octrtc.4 \ - octsctl.4 \ - octsmi.4 \ - octuctl.4 \ - octxctl.4 \ - ogx.4 \ - ogxnexus.4 +MAN = $(wildcard *.4) include ../../../mandoc.mk - |
