diff options
author | mikeh <mikeh@FreeBSD.org> | 2001-12-24 03:24:28 +0000 |
---|---|---|
committer | mikeh <mikeh@FreeBSD.org> | 2001-12-24 03:24:28 +0000 |
commit | c1b5aa0b147c288d6f3c072a03cbf5399bccfdfa (patch) | |
tree | 71b2da63da6e896c920201400f1894a321d381f6 /usr.sbin | |
parent | 74bdcb56abe0a223135586372f4d30ab7aff1fc3 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | usr.sbin/burncd/Makefile | 2 |
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> |