1# $OpenBSD: Makefile,v 1.14 2025/01/24 23:22:13 schwarze Exp $ 2 3REGRESS_TARGETS = allch args break empty journal outside paragraph 4REGRESS_TARGETS += rfc three_authors transp 5UTF8_TARGETS = allch break empty three_authors 6LINT_TARGETS = allch args empty 7HTML_TARGETS = journal outside paragraph rfc 8 9# groff-1.22.3 defect: 10# - arguments after .Rs cause the macro to be ignored 11 12SKIP_GROFF = args 13 14.include <bsd.regress.mk> 15