From 160aa82b2d39c46ad33723d7d909cb4972efbb03 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 25 Apr 2026 16:17:52 -0400 Subject: 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. --- static/openbsd/man1/Makefile | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) (limited to 'static/openbsd/man1') 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 - -- cgit v1.2.3