1# $OpenBSD: Makefile,v 1.2 2020/09/03 20:33:20 schwarze Exp $ 2 3REGRESS_TARGETS = basic-mdoc range 4 5# groff-1.22.4 defect: 6# - Negative page objects sometimes result in output lines starting 7# with backspace characters. 8# - Excessive page offsets cause excessive line lengths 9# instead of being truncated to resonable widths. 10 11SKIP_GROFF = range 12 13.include <bsd.regress.mk> 14