1 # $OpenBSD: Makefile,v 1.4 2014/07/04 16:11:42 schwarze Exp $
3 REGRESS_TARGETS = nest multiargs badargs break broken
4 LINT_TARGETS = multiargs badargs break broken
6 # mandoc -T markdown ignores .Bf, at least for now
10 # groff-1.22.2 defects:
11 # - If the first argument to .Bf is a bad one,
12 # no block is opened at all and the .Ef causes another error.
13 # - If a font block breaks another block,
14 # fonts get mixed up when the other block finally ends.
16 SKIP_GROFF = badargs break
18 SKIP_TMAN = break broken
20 .include <bsd.regress.mk>