aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Rv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/mdoc/Rv/Makefile')
-rw-r--r--regress/mdoc/Rv/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/regress/mdoc/Rv/Makefile b/regress/mdoc/Rv/Makefile
index 60fb1de7..ad804eec 100644
--- a/regress/mdoc/Rv/Makefile
+++ b/regress/mdoc/Rv/Makefile
@@ -2,11 +2,14 @@
REGRESS_TARGETS = args noname nostd
LINT_TARGETS = noname nostd
-MARKDOWN_TARGETS = args nostd
# groff-1.22.2 defect:
# - .Rv without -std produces no output
SKIP_GROFF = nostd
+# ugly name section output, do not test this for now
+
+SKIP_MARKDOWN ?= noname
+
.include <bsd.regress.mk>