summaryrefslogtreecommitdiff
path: root/regress/usr.bin/mandoc/mdoc/Xr/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2011-12-03 23:01:22 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2011-12-03 23:01:22 +0000
commitf32d0b8119092285f9a61491fe3cf85d61bb534c (patch)
tree303a8880b08c4de91837ab90e8fdd97e9676d4b7 /regress/usr.bin/mandoc/mdoc/Xr/Makefile
parent6fa544849dc025bd26420d59489d218746399709 (diff)
Remove an OpenBSD-specific tweak regarding .Xr spacing
and make it compatible with bsd.lv mandoc and with groff-1.21. This tweak was originally added for compatibility with groff-1.15, which is no longer needed. ok jmc@ kristaps@
Diffstat (limited to 'regress/usr.bin/mandoc/mdoc/Xr/Makefile')
-rw-r--r--regress/usr.bin/mandoc/mdoc/Xr/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/Xr/Makefile b/regress/usr.bin/mandoc/mdoc/Xr/Makefile
index 47de1d1c8b8..fb494d29804 100644
--- a/regress/usr.bin/mandoc/mdoc/Xr/Makefile
+++ b/regress/usr.bin/mandoc/mdoc/Xr/Makefile
@@ -1,9 +1,5 @@
-# $OpenBSD: Makefile,v 1.2 2011/11/17 16:28:46 schwarze Exp $
+# $OpenBSD: Makefile,v 1.3 2011/12/03 23:01:21 schwarze Exp $
REGRESS_TARGETS=args
-# groff 1.21 inserts a space after the second argument
-
-SKIP_GROFF ?= args
-
.include <bsd.regress.mk>