summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-01-02 11:07:44 +0000
committered <ed@FreeBSD.org>2010-01-02 11:07:44 +0000
commit073cafdd42b9cd60313d46f72dcb8893ae606832 (patch)
tree047b2248578529f6f9f0d1449eb7730ec0c88de1 /usr.sbin/bsnmpd
parentd9aab11948655b94750fecea82d6e921b18fab1e (diff)
downloadFreeBSD-src-073cafdd42b9cd60313d46f72dcb8893ae606832.zip
FreeBSD-src-073cafdd42b9cd60313d46f72dcb8893ae606832.tar.gz
The last big commit: let usr.sbin/ use WARNS=6 by default.
Diffstat (limited to 'usr.sbin/bsnmpd')
-rw-r--r--usr.sbin/bsnmpd/bsnmpd/Makefile1
-rw-r--r--usr.sbin/bsnmpd/gensnmptree/Makefile2
-rw-r--r--usr.sbin/bsnmpd/modules/snmp_pf/Makefile1
3 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bsnmpd/bsnmpd/Makefile b/usr.sbin/bsnmpd/bsnmpd/Makefile
index 9fbf366..e74f675 100644
--- a/usr.sbin/bsnmpd/bsnmpd/Makefile
+++ b/usr.sbin/bsnmpd/bsnmpd/Makefile
@@ -14,7 +14,6 @@ XSYM= snmpMIB begemotSnmpdModuleTable begemotSnmpd begemotTrapSinkTable \
freeBSDVersion
CLEANFILES= oid.h tree.c tree.h
MAN= bsnmpd.1 snmpmod.3
-WARNS?= 6
NO_WERROR=
FILESGROUPS= BMIBS DEFS
diff --git a/usr.sbin/bsnmpd/gensnmptree/Makefile b/usr.sbin/bsnmpd/gensnmptree/Makefile
index 11c6a3b..a92f4eb 100644
--- a/usr.sbin/bsnmpd/gensnmptree/Makefile
+++ b/usr.sbin/bsnmpd/gensnmptree/Makefile
@@ -10,4 +10,6 @@ CFLAGS+= -I${CONTRIB}/lib
CFLAGS+= -DQUADFMT='"llu"' -DQUADXFMT='"llx"' -DHAVE_STDINT_H
CFLAGS+= -DHAVE_INTTYPES_H
+WARNS?= 5
+
.include <bsd.prog.mk>
diff --git a/usr.sbin/bsnmpd/modules/snmp_pf/Makefile b/usr.sbin/bsnmpd/modules/snmp_pf/Makefile
index 7472464..92b0a4ba 100644
--- a/usr.sbin/bsnmpd/modules/snmp_pf/Makefile
+++ b/usr.sbin/bsnmpd/modules/snmp_pf/Makefile
@@ -4,7 +4,6 @@
MOD= pf
SRCS= pf_snmp.c
-WARNS?= 6
XSYM= begemotPf
DEFS= ${MOD}_tree.def
OpenPOWER on IntegriCloud