xref: /openbsd/regress/usr.bin/mandoc/man/UR/Makefile (revision 39839348)
1# $OpenBSD: Makefile,v 1.3 2015/02/06 11:54:03 schwarze Exp $
2
3REGRESS_TARGETS	 = args noUE
4LINT_TARGETS	 = args noUE
5
6# groff-1.22.3 defects:
7# - Without .UE, .UR does not print the URI.
8# - But .UE prints <> even without .UR.
9
10SKIP_GROFF	 = noUE
11
12.include <bsd.regress.mk>
13