diff options
Diffstat (limited to 'regress/usr.bin/mandoc/char/accent/Makefile')
-rw-r--r-- | regress/usr.bin/mandoc/char/accent/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/regress/usr.bin/mandoc/char/accent/Makefile b/regress/usr.bin/mandoc/char/accent/Makefile new file mode 100644 index 00000000000..4bc149a7b1b --- /dev/null +++ b/regress/usr.bin/mandoc/char/accent/Makefile @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile,v 1.1 2014/03/08 18:00:59 schwarze Exp $ + +REGRESS_TARGETS = nocombine utf8only combine +SKIP_ASCII = utf8only combine +UTF8_TARGETS = nocombine utf8only combine + +.include <bsd.regress.mk> |