From c1b5aa0b147c288d6f3c072a03cbf5399bccfdfa Mon Sep 17 00:00:00 2001 From: mikeh Date: Mon, 24 Dec 2001 03:24:28 +0000 Subject: Argh...save buffer before committing. NO_WERROR takes a value of 'yes', not 2. --- usr.sbin/burncd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1