aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/man/TS/Makefile
blob: 18f11705f6ac2c40d42f576b85c0b4cb560146bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $OpenBSD: Makefile,v 1.4 2020/01/08 10:17:15 schwarze Exp $

REGRESS_TARGETS	= break vspace
LINT_TARGETS	= break
GOPTS		= -t

# groff-1.22.3 defect:
# - Starting a table in next-line scope confuses font handling,
#   and in the case of .TP indentation as well.

SKIP_GROFF	= break

.include <bsd.regress.mk>