xref: /openbsd/regress/usr.bin/mandoc/mdoc/Rv/Makefile (revision fc61954a)
1# $OpenBSD: Makefile,v 1.1 2014/08/14 02:00:53 schwarze Exp $
2
3REGRESS_TARGETS	 = args noname nostd
4LINT_TARGETS	 = noname nostd
5
6# groff-1.22.2 defect:
7# - .Rv without -std produces no output
8
9SKIP_GROFF	 = nostd
10
11.include <bsd.regress.mk>
12