summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2014-12-30 08:52:55 +0000
committerschwarze <schwarze@openbsd.org>2014-12-30 08:52:55 +0000
commit13282dd29e6c6868312b00e28f6fea31f98ddb74 (patch)
treedcb3880492018f7f6eacfa7e986e983335942c14
parentunifdef __APCS_26__ we don't run on anything with a 26 bit program counter. (diff)
downloadwireguard-openbsd-13282dd29e6c6868312b00e28f6fea31f98ddb74.tar.xz
wireguard-openbsd-13282dd29e6c6868312b00e28f6fea31f98ddb74.zip
let the "make groff" maintainer target show groff warnings
-rw-r--r--regress/usr.bin/mandoc/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/mandoc/Makefile.inc b/regress/usr.bin/mandoc/Makefile.inc
index 34454a0f5ca..4041fd3a469 100644
--- a/regress/usr.bin/mandoc/Makefile.inc
+++ b/regress/usr.bin/mandoc/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.18 2014/11/07 00:40:27 schwarze Exp $
+# $OpenBSD: Makefile.inc,v 1.19 2014/12/30 08:52:55 schwarze Exp $
.include "Makefile.sub"
@@ -188,7 +188,7 @@ NROFF = /usr/local/bin/nroff -c
.ifdef MOPTS
NOPTS ?= ${MOPTS}
.else
-NOPTS ?= -mandoc
+NOPTS ?= -mandoc -Wall
.endif
# --- the list of targets ---