summaryrefslogtreecommitdiff
path: root/regress/usr.bin/mandoc/mdoc/Fo/Makefile
blob: e64899c66bea4ef21f49eb4a992d3d8ff5297a3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $OpenBSD: Makefile,v 1.8 2014/07/02 03:47:07 schwarze Exp $

REGRESS_TARGETS = basic section break noarg font eos obsolete

LINT_TARGETS = obsolete

# groff does not handle .nr nS

SKIP_GROFF ?= section

SKIP_TMAN = eos

.include <bsd.regress.mk>