xref: /openbsd/regress/usr.bin/mandoc/mdoc/St/Makefile (revision 274d7c50)
1# $OpenBSD: Makefile,v 1.6 2017/03/08 22:53:36 schwarze Exp $
2
3REGRESS_TARGETS	 = badargs call
4LINT_TARGETS	 = badargs call
5
6# groff-1.22.3 defect:
7# - If the first argument of .St is the name of another macro,
8#   internal groff_mdoc(7) state gets corrupted.
9
10SKIP_GROFF	 = call
11
12.include <bsd.regress.mk>
13