1# $OpenBSD: Makefile,v 1.2 2020/09/03 17:37:06 schwarze Exp $ 2 3REGRESS_TARGETS = basic-mdoc basic-man wide 4 5# groff-1.22.4 defect: 6# - Excessive temporare indentations cause excessive line lengths 7# instead of being truncated to resonable indentations. 8 9SKIP_GROFF = wide 10 11.include <bsd.regress.mk> 12