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/man6/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'static/openbsd/man6') diff --git a/static/openbsd/man6/Makefile b/static/openbsd/man6/Makefile index 1620f02d..cd649fe8 100644 --- a/static/openbsd/man6/Makefile +++ b/static/openbsd/man6/Makefile @@ -1,4 +1,3 @@ -MAN = intro.6 +MAN = $(wildcard *.6) include ../../mandoc.mk - -- cgit v1.2.3