diff options
Diffstat (limited to 'regress/mdoc/Sh/Makefile')
-rw-r--r-- | regress/mdoc/Sh/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/regress/mdoc/Sh/Makefile b/regress/mdoc/Sh/Makefile new file mode 100644 index 00000000..a1db1161 --- /dev/null +++ b/regress/mdoc/Sh/Makefile @@ -0,0 +1,11 @@ +# $OpenBSD: Makefile,v 1.7 2017/01/08 00:10:22 schwarze Exp $ + +REGRESS_TARGETS = badNAME before empty emptyNAME first nohead order +REGRESS_TARGETS += orderNAME punctNAME subbefore +LINT_TARGETS = badNAME before empty emptyNAME first nohead order +LINT_TARGETS += orderNAME punctNAME subbefore + +SKIP_GROFF = subbefore first empty +SKIP_ASCII = first + +.include <bsd.regress.mk> |