blob: 18f11705f6ac2c40d42f576b85c0b4cb560146bb (
plain) (
tree)
|
|
# $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>
|