summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-05-15 03:38:40 +0000
committerngie <ngie@FreeBSD.org>2016-05-15 03:38:40 +0000
commit5c012db6822fda84c72d52c1f6b47ef3625f88df (patch)
tree1352301efa6156716e4bbbf5d4f62c2b116375f2 /usr.sbin/bsnmpd
parented17cd41cad8a215e390098446e52c0c72bbb48f (diff)
downloadFreeBSD-src-5c012db6822fda84c72d52c1f6b47ef3625f88df.zip
FreeBSD-src-5c012db6822fda84c72d52c1f6b47ef3625f88df.tar.gz
Remove NO_WERROR and add WARNS?= 6
This now compiles cleanly on all architectures MFC after: 1 month Tested with: clang 3.8, gcc 4.2.1, gcc 4.5, make tinderbox Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'usr.sbin/bsnmpd')
-rw-r--r--usr.sbin/bsnmpd/bsnmpd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bsnmpd/bsnmpd/Makefile b/usr.sbin/bsnmpd/bsnmpd/Makefile
index 86f0d6e..1cf4a8b 100644
--- a/usr.sbin/bsnmpd/bsnmpd/Makefile
+++ b/usr.sbin/bsnmpd/bsnmpd/Makefile
@@ -16,7 +16,6 @@ XSYM= snmpMIB begemotSnmpdModuleTable begemotSnmpd begemotTrapSinkTable \
freeBSD freeBSDVersion
CLEANFILES= oid.h tree.c tree.h
MAN= bsnmpd.1 snmpmod.3
-NO_WERROR=
FILESGROUPS= BMIBS DEFS
@@ -48,4 +47,6 @@ MANFILTER= sed -e 's%@MODPATH@%${LIBDIR}/%g' \
-e 's%@DEFPATH@%${DEFSDIR}/%g' \
-e 's%@MIBSPATH@%${BMIBSDIR}/%g'
+WARNS?= 6
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud