xref: /openbsd/regress/usr.bin/mandoc/man/MT/Makefile (revision 274d7c50)
1# $OpenBSD: Makefile,v 1.1 2017/06/25 14:09:14 schwarze Exp $
2
3REGRESS_TARGETS	 = args noME
4LINT_TARGETS	 = args noME
5
6# groff-1.22.3 defects:
7# - Without .ME, .MT does not print the address.
8# - But .ME prints <> even without .MT.
9
10SKIP_GROFF	 = noME
11
12.include <bsd.regress.mk>
13