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/man1/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/man1/Makefile')
| -rw-r--r-- | static/openbsd/man1/Makefile | 30 |
1 files changed, 1 insertions, 29 deletions
diff --git a/static/openbsd/man1/Makefile b/static/openbsd/man1/Makefile index 7b5e472e..31e80e19 100644 --- a/static/openbsd/man1/Makefile +++ b/static/openbsd/man1/Makefile @@ -1,31 +1,3 @@ -MAN = build-debug-info.1 \ - check-lib-depends.1 \ - clang-local.1 \ - clean-old-distfiles.1 \ - dpb-replay.1 \ - dpb.1 \ - gcc-local.1 \ - help.1 \ - intro.1 \ - outdated-perl-ports.1 \ - pkg_check-manpages.1 \ - pkg_check-problems.1 \ - pkg_check-version.1 \ - pkg_outdated.1 \ - pkg_subst.1 \ - port-getpkgpath-helper.1 \ - port-resolve-lib-helper.1 \ - port-search-helper.1 \ - portbump.1 \ - portcheck.1 \ - portgen.1 \ - portimport.1 \ - portlock.1 \ - portslogger.1 \ - proot.1 \ - register-plist.1 \ - update-patches.1 \ - update-plist.1 +MAN = $(wildcard *.1) include ../../mandoc.mk - |
