xref: /openbsd/regress/usr.bin/mandoc/man/TS/Makefile (revision f6aab3d8)
1# $OpenBSD: Makefile,v 1.4 2020/01/08 10:17:15 schwarze Exp $
2
3REGRESS_TARGETS	= break vspace
4LINT_TARGETS	= break
5GOPTS		= -t
6
7# groff-1.22.3 defect:
8# - Starting a table in next-line scope confuses font handling,
9#   and in the case of .TP indentation as well.
10
11SKIP_GROFF	= break
12
13.include <bsd.regress.mk>
14