summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/mandoc/man/MT/Makefile
blob: 6a34129ad4c18cd8a97a3b40331e68a34bef88a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# $OpenBSD: Makefile,v 1.1 2017/06/25 14:09:14 schwarze Exp $

REGRESS_TARGETS	 = args noME
LINT_TARGETS	 = args noME

# groff-1.22.3 defects:
# - Without .ME, .MT does not print the address.
# - But .ME prints <> even without .MT.

SKIP_GROFF	 = noME

.include <bsd.regress.mk>