xref: /openbsd/regress/usr.bin/mandoc/mdoc/Ex/Makefile (revision 771fbea0)
1# $OpenBSD: Makefile,v 1.3 2017/03/08 22:53:35 schwarze Exp $
2
3REGRESS_TARGETS	 = args noname nostd
4LINT_TARGETS	 = noname nostd
5
6# groff-1.22.2 defect:
7# - .Ex without -std produces no output
8
9SKIP_GROFF	 = nostd
10
11.include <bsd.regress.mk>
12