summaryrefslogtreecommitdiffstats
path: root/regress/roff/ti/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-05-08 15:34:54 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-05-08 15:34:54 +0000
commit743d8976911a7ef031de0fe12ef9ba67c3e7e5d4 (patch)
tree932d68bc5071b433591243f7ea70c4f9f7af959a /regress/roff/ti/Makefile
parent3d6c85a4e22160f04975c142bcdf4c4a12f39cbd (diff)
downloadmandoc-743d8976911a7ef031de0fe12ef9ba67c3e7e5d4.tar.gz
Basic implementation of the roff(7) .ti (temporary indent) request.
Needed by about four dozen ports (thanks to naddy@ for the research).
Diffstat (limited to 'regress/roff/ti/Makefile')
-rw-r--r--regress/roff/ti/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/regress/roff/ti/Makefile b/regress/roff/ti/Makefile
new file mode 100644
index 00000000..4ac4cde0
--- /dev/null
+++ b/regress/roff/ti/Makefile
@@ -0,0 +1,5 @@
+# $OpenBSD: Makefile,v 1.1 2017/05/07 17:30:58 schwarze Exp $
+
+REGRESS_TARGETS = basic-mdoc basic-man
+
+.include <bsd.regress.mk>