Annotation of mandoc/regress/mdoc/break/Makefile, Revision 1.1
1.1 ! schwarze 1: # $OpenBSD: Makefile,v 1.4 2016/08/20 17:58:09 schwarze Exp $
! 2:
! 3: REGRESS_TARGETS = brokenbreaker twice tail two notopen
! 4: LINT_TARGETS = brokenbreaker twice tail two notopen
! 5:
! 6: # It's hard to keep stuff together in next-line scope.
! 7:
! 8: SKIP_TMAN = tail
! 9:
! 10: # groff-1.22.3 defect:
! 11: # - non-matching enclosure end macro prints a closing delimiter
! 12:
! 13: SKIP_GROFF = brokenbreaker notopen
! 14:
! 15: .include <bsd.regress.mk>
CVSweb