diff options
Diffstat (limited to 'regress/roff/esc/Makefile')
-rw-r--r-- | regress/roff/esc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/roff/esc/Makefile b/regress/roff/esc/Makefile index d691bce7..8c4fdaba 100644 --- a/regress/roff/esc/Makefile +++ b/regress/roff/esc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.16 2019/01/17 06:29:14 schwarze Exp $ +# $OpenBSD: Makefile,v 1.17 2020/12/21 14:55:58 schwarze Exp $ -REGRESS_TARGETS = one two multi B bs_man bs_mdoc c c_man e f h l O o p w z +REGRESS_TARGETS = one two multi B bs_man bs_mdoc c c_man e f h l O1 o p w z REGRESS_TARGETS += ignore invalid unsupp HTML_TARGETS = f -LINT_TARGETS = B h l O w ignore invalid unsupp +LINT_TARGETS = B h l O1 w ignore invalid unsupp .include <bsd.regress.mk> |