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

Annotation of mandoc/regress/roff/sp/Makefile, Revision 1.2

1.2     ! schwarze    1: # $OpenBSD: Makefile,v 1.6 2019/01/06 04:41:15 schwarze Exp $
1.1       schwarze    2:
1.2     ! schwarze    3: REGRESS_TARGETS         = badargs-man badargs-mdoc fill-man
        !             4: REGRESS_TARGETS        += negative scaling-man scaling-mdoc
        !             5: LINT_TARGETS    = badargs-man
        !             6: HTML_TARGETS    = fill-man
1.1       schwarze    7:
                      8: .include <bsd.regress.mk>

CVSweb