summaryrefslogtreecommitdiffstats
path: root/regress/man/AT/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2022-04-27 17:11:24 +0000
committerIngo Schwarze <schwarze@openbsd.org>2022-04-27 17:11:24 +0000
commitb4c6ee8b16f890a5c4514c24d3fa9ee27cb0efe0 (patch)
tree5e73f4b1108b8d95fd044fa7f8591f1981205145 /regress/man/AT/Makefile
parent5ca3efa4235c119815d10da34b9b55a9b829c5e0 (diff)
downloadmandoc-b4c6ee8b16f890a5c4514c24d3fa9ee27cb0efe0.tar.gz
The .AT, .DT, and .UC macros are allowed inside next-line scope
and never produce output at the place of their invocation. Minibugs found while investigating unrelated afl(1) reports from tb@.
Diffstat (limited to 'regress/man/AT/Makefile')
-rw-r--r--regress/man/AT/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/regress/man/AT/Makefile b/regress/man/AT/Makefile
new file mode 100644
index 00000000..44cf0519
--- /dev/null
+++ b/regress/man/AT/Makefile
@@ -0,0 +1,5 @@
+# $OpenBSD: Makefile,v 1.1 2022/04/27 17:04:15 schwarze Exp $
+
+REGRESS_TARGETS = basic
+
+.include <bsd.regress.mk>