xref: /openbsd/regress/usr.bin/mandoc/mdoc/Dd/Makefile (revision d415bd75)
1# $OpenBSD: Makefile,v 1.6 2020/01/19 16:16:33 schwarze Exp $
2
3REGRESS_TARGETS	 = badarg dupe late long manarg noarg order
4LINT_TARGETS	 = badarg dupe late long manarg noarg order
5
6# groff-1.22.4 prints footer fields of excessive length on top of
7# each other rather than breaking the output line.
8
9SKIP_GROFF	 = long
10
11# Autodetection fails for late .Dd, so specify -mdoc explicitly.
12
13MOPTS		 = -mdoc
14
15.include <bsd.regress.mk>
16