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

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

1.1     ! schwarze    1: # $OpenBSD: Makefile,v 1.9 2015/02/06 11:54:03 schwarze Exp $
        !             2:
        !             3: REGRESS_TARGETS  = noTH noarg onearg twoargs sixargs case longtit longvol
        !             4: REGRESS_TARGETS += emptydate onlyyear isodate mdocdate baddate longdate
        !             5: REGRESS_TARGETS += nobody
        !             6:
        !             7: LINT_TARGETS    = noTH noarg onearg twoargs sixargs case
        !             8: LINT_TARGETS   += emptydate baddate longdate nobody
        !             9:
        !            10: SKIP_GROFF      = noTH longtit longvol longdate
        !            11: SKIP_ASCII      = noTH
        !            12:
        !            13: .include <bsd.regress.mk>

CVSweb