[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / man / MT

File: [cvsweb.bsd.lv] / mandoc / regress / man / MT / Makefile (download)

Revision 1.1, Sun Jun 25 14:09:45 2017 UTC (6 years, 11 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6, VERSION_1_14_5, VERSION_1_14_4, VERSION_1_14_3, VERSION_1_14_2, HEAD

test new MT macro

# $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>