diff options
Diffstat (limited to 'regress/usr.bin/mandoc/mdoc/break/Makefile')
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/break/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/break/Makefile b/regress/usr.bin/mandoc/mdoc/break/Makefile index b4c3b219163..46ad9a11862 100644 --- a/regress/usr.bin/mandoc/mdoc/break/Makefile +++ b/regress/usr.bin/mandoc/mdoc/break/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2016/08/20 17:58:09 schwarze Exp $ +# $OpenBSD: Makefile,v 1.5 2017/03/05 19:59:26 schwarze Exp $ REGRESS_TARGETS = brokenbreaker twice tail two notopen LINT_TARGETS = brokenbreaker twice tail two notopen +MARKDOWN_TARGETS = brokenbreaker twice two notopen # It's hard to keep stuff together in next-line scope. |