From 13282dd29e6c6868312b00e28f6fea31f98ddb74 Mon Sep 17 00:00:00 2001 From: schwarze Date: Tue, 30 Dec 2014 08:52:55 +0000 Subject: [PATCH] let the "make groff" maintainer target show groff warnings --- regress/usr.bin/mandoc/Makefile.inc | 4 ++-- 1 file 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 --- -- 2.20.1