diff options
author | 2020-01-08 10:50:54 +0000 | |
---|---|---|
committer | 2020-01-08 10:50:54 +0000 | |
commit | cf4c9d0ca34500546d23cef03e1796dcfe8d575d (patch) | |
tree | e0b1d6a710b327a231321815d0d94221ceb7ff6f | |
parent | Give up on the illusion that the maintainer targets for regenerating the (diff) | |
download | wireguard-openbsd-cf4c9d0ca34500546d23cef03e1796dcfe8d575d.tar.xz wireguard-openbsd-cf4c9d0ca34500546d23cef03e1796dcfe8d575d.zip |
Enable generation of the desired delim/basic output with groff(1).
-rw-r--r-- | regress/usr.bin/mandoc/eqn/delim/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/usr.bin/mandoc/eqn/delim/Makefile b/regress/usr.bin/mandoc/eqn/delim/Makefile index cd0c4d3fd37..dd8d92e7a62 100644 --- a/regress/usr.bin/mandoc/eqn/delim/Makefile +++ b/regress/usr.bin/mandoc/eqn/delim/Makefile @@ -1,5 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 2017/06/26 20:11:23 schwarze Exp $ +# $OpenBSD: Makefile,v 1.2 2020/01/08 10:50:54 schwarze Exp $ REGRESS_TARGETS = basic +GOPTS = -e +SKIP_GROFF = .include <bsd.regress.mk> |