aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Rv/Makefile
blob: 238982a32d9079d61359435f4f11b4a7e015184a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $OpenBSD: Makefile,v 1.1 2014/08/14 02:00:53 schwarze Exp $

REGRESS_TARGETS	 = args noname nostd
LINT_TARGETS	 = noname nostd

# groff-1.22.2 defect:
# - .Rv without -std produces no output

SKIP_GROFF	 = nostd

.include <bsd.regress.mk>