=================================================================== RCS file: /cvs/mandoc/regress/roff/de/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- mandoc/regress/roff/de/Makefile 2017/02/08 03:03:19 1.1 +++ mandoc/regress/roff/de/Makefile 2017/03/07 20:00:09 1.2 @@ -1,7 +1,12 @@ -# $OpenBSD: Makefile,v 1.1 2017/02/08 03:03:19 schwarze Exp $ +# $OpenBSD: Makefile,v 1.2 2017/03/07 20:00:09 schwarze Exp $ -REGRESS_TARGETS = append cond escname factorial indir startde TH Dd -LINT_TARGETS = escname indir +REGRESS_TARGETS = append cond escname factorial indir infinite startde TH Dd +LINT_TARGETS = escname indir infinite + +# groff-1.22.3 defect: +# infinite recursion aborts output completely + +SKIP_GROFF = infinite .include