diff options
author | 2013-12-24 15:58:07 +0000 | |
---|---|---|
committer | 2013-12-24 15:58:07 +0000 | |
commit | 09259d49e3f8ac6aaf23ae5457ecb2311a46225a (patch) | |
tree | 0b12b99cbc08df93619fdc7262af7d621986fb36 | |
parent | sync (diff) | |
download | wireguard-openbsd-09259d49e3f8ac6aaf23ae5457ecb2311a46225a.tar.xz wireguard-openbsd-09259d49e3f8ac6aaf23ae5457ecb2311a46225a.zip |
When i replaced the very ugly .in: suffix rule in my previous commit,
that inadvertently disabled the -Tman tests. Oops.
Enable them again.
Fortunately, in the meantime, nothing slipped.
-rw-r--r-- | regress/usr.bin/mandoc/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/mandoc/Makefile.inc b/regress/usr.bin/mandoc/Makefile.inc index 5016f98ddcb..ad24ead4796 100644 --- a/regress/usr.bin/mandoc/Makefile.inc +++ b/regress/usr.bin/mandoc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.9 2013/11/10 17:43:11 schwarze Exp $ +# $OpenBSD: Makefile.inc,v 1.10 2013/12/24 15:58:07 schwarze Exp $ # --- programs --- @@ -87,7 +87,7 @@ ${t}.diff_man: . endif . endif -${t}: ${t}.diff_ascii +${t}: ${t}.diff_ascii ${t}.diff_man . else ${t}: @echo "TODO: -Tascii disabled for: ${.TARGET}" |