xref: /openbsd/regress/usr.bin/mandoc/mdoc/Rs/Makefile (revision 5af055cd)
1# $OpenBSD: Makefile,v 1.7 2015/02/04 18:03:28 schwarze Exp $
2
3REGRESS_TARGETS	 = allch args break empty three_authors
4LINT_TARGETS	 = allch args empty
5
6# groff-1.22.3 defect:
7# - arguments after .Rs cause the macro to be ignored
8
9SKIP_GROFF	 = args
10
11.include <bsd.regress.mk>
12