[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / de

Annotation of mandoc/regress/roff/de/Makefile, Revision 1.7

1.6       schwarze    1: # $OpenBSD: Makefile,v 1.14 2020/07/30 21:32:19 schwarze Exp $
1.1       schwarze    2:
1.5       schwarze    3: REGRESS_TARGETS         = append cond empty escname factorial
                      4: REGRESS_TARGETS        += indir infinite startde tab TH Dd
1.2       schwarze    5: LINT_TARGETS    = escname indir infinite
                      6:
1.4       schwarze    7: # groff-1.22.4 defect:
1.2       schwarze    8: # infinite recursion aborts output completely
                      9:
                     10: SKIP_GROFF      = infinite
1.1       schwarze   11:
                     12: .include <bsd.regress.mk>

CVSweb