diff options
Diffstat (limited to 'regress/mdoc/Vt/Makefile')
-rw-r--r-- | regress/mdoc/Vt/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/regress/mdoc/Vt/Makefile b/regress/mdoc/Vt/Makefile new file mode 100644 index 00000000..d1f0a9bd --- /dev/null +++ b/regress/mdoc/Vt/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile,v 1.7 2015/09/14 15:35:47 schwarze Exp $ + +REGRESS_TARGETS = noarg spacing font child +LINT_TARGETS = noarg + +.include <bsd.regress.mk> |