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# - .Rv without -std produces no output 8 9SKIP_GROFF = nostd 10 11# ugly name section output, do not test this for now 12 13SKIP_MARKDOWN ?= noname 14 15.include <bsd.regress.mk> 16