summaryrefslogtreecommitdiffstats
path: root/usr.sbin/burncd/Makefile
diff options
context:
space:
mode:
authormikeh <mikeh@FreeBSD.org>2001-12-24 03:24:28 +0000
committermikeh <mikeh@FreeBSD.org>2001-12-24 03:24:28 +0000
commitc1b5aa0b147c288d6f3c072a03cbf5399bccfdfa (patch)
tree71b2da63da6e896c920201400f1894a321d381f6 /usr.sbin/burncd/Makefile
parent74bdcb56abe0a223135586372f4d30ab7aff1fc3 (diff)
downloadFreeBSD-src-c1b5aa0b147c288d6f3c072a03cbf5399bccfdfa.zip
FreeBSD-src-c1b5aa0b147c288d6f3c072a03cbf5399bccfdfa.tar.gz
Argh...save buffer before committing. NO_WERROR takes a value of
'yes', not 2.
Diffstat (limited to 'usr.sbin/burncd/Makefile')
-rw-r--r--usr.sbin/burncd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/burncd/Makefile b/usr.sbin/burncd/Makefile
index ca68ea1..bb73d9a 100644
--- a/usr.sbin/burncd/Makefile
+++ b/usr.sbin/burncd/Makefile
@@ -2,7 +2,7 @@
PROG= burncd
WARNS?= 2
-NO_WERROR= 2
+NO_WERROR= yes
MAN= burncd.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud