Makefile revision 1.2
1# $OpenBSD: Makefile,v 1.2 2015/01/30 00:27:09 schwarze Exp $
2
3REGRESS_TARGETS	 = center complex empty emptyline numbers span
4LINT_TARGETS	 = complex empty
5
6# groff-1.22.3 defect:
7# - When the layout is completely empty,
8#   GNU eqn produces no output whatsoever for the whole table.
9
10SKIP_GROFF	 = empty
11
12.include <bsd.regress.mk>
13