aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/man/MT/Makefile
blob: 70e0bfb51cd0b7d0bd399feaf1ce4fe670bada5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# $OpenBSD: Makefile,v 1.3 2015/02/06 11:54:03 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>