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

Annotation of mandoc/regress/man/MT/Makefile, Revision 1.1

1.1     ! schwarze    1: # $OpenBSD: Makefile,v 1.3 2015/02/06 11:54:03 schwarze Exp $
        !             2:
        !             3: REGRESS_TARGETS         = args noME
        !             4: LINT_TARGETS    = args noME
        !             5:
        !             6: # groff-1.22.3 defects:
        !             7: # - Without .ME, .MT does not print the address.
        !             8: # - But .ME prints <> even without .MT.
        !             9:
        !            10: SKIP_GROFF      = noME
        !            11:
        !            12: .include <bsd.regress.mk>

CVSweb