1# $OpenBSD: Makefile,v 1.1.1.1 2015/01/29 23:24:24 schwarze Exp $ 2 3REGRESS_TARGETS = blankline block_unclosed empty 4LINT_TARGETS = block_unclosed empty 5 6# groff-1.22.3 defect: 7# - When a table ends in the middle of a block, 8# GNU eqn produces no output whatsoever for the whole table. 9 10SKIP_GROFF = block_unclosed 11 12.include <bsd.regress.mk> 13