summaryrefslogtreecommitdiffstats
path: root/usr.sbin/burncd/Makefile
diff options
context:
space:
mode:
authormikeh <mikeh@FreeBSD.org>2001-12-24 03:20:10 +0000
committermikeh <mikeh@FreeBSD.org>2001-12-24 03:20:10 +0000
commit74bdcb56abe0a223135586372f4d30ab7aff1fc3 (patch)
tree4977c58b94de6a70927d884ada1bc4159aa785d4 /usr.sbin/burncd/Makefile
parent4d0ef005098bc12b6c5aaa7b40151cdcb7be040e (diff)
downloadFreeBSD-src-74bdcb56abe0a223135586372f4d30ab7aff1fc3.zip
FreeBSD-src-74bdcb56abe0a223135586372f4d30ab7aff1fc3.tar.gz
WARNS=2 fixup. Set NO_WERROR due to use of 'j' format specifier.
PR: bin/32567
Diffstat (limited to 'usr.sbin/burncd/Makefile')
-rw-r--r--usr.sbin/burncd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/burncd/Makefile b/usr.sbin/burncd/Makefile
index 11e07c7..ca68ea1 100644
--- a/usr.sbin/burncd/Makefile
+++ b/usr.sbin/burncd/Makefile
@@ -1,6 +1,8 @@
# $FreeBSD$
PROG= burncd
+WARNS?= 2
+NO_WERROR= 2
MAN= burncd.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud