aboutsummaryrefslogtreecommitdiff
path: root/lib/libbsnmp
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2005-10-04 15:02:07 +0000
committerHartmut Brandt <harti@FreeBSD.org>2005-10-04 15:02:07 +0000
commit4a6164e60600e77ca632f84720746dc76f7251ad (patch)
treecf6dab0199c257940c30825db79eadcd0e93f3eb /lib/libbsnmp
parent1e3090039d20412312d4a7b92be75dba844f265c (diff)
downloadsrc-4a6164e60600e77ca632f84720746dc76f7251ad.tar.gz
src-4a6164e60600e77ca632f84720746dc76f7251ad.zip
Catch up with the import of bsnmp-1.11. Add a couple of new
configuration flags to CFLAGS and set the WARNS level to 6.
Notes
Notes: svn path=/head/; revision=150927
Diffstat (limited to 'lib/libbsnmp')
-rw-r--r--lib/libbsnmp/libbsnmp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libbsnmp/libbsnmp/Makefile b/lib/libbsnmp/libbsnmp/Makefile
index a261847361e6..91351c0201e6 100644
--- a/lib/libbsnmp/libbsnmp/Makefile
+++ b/lib/libbsnmp/libbsnmp/Makefile
@@ -7,8 +7,10 @@ CONTRIB= ${.CURDIR}/../../../contrib/bsnmp/lib
LIB = bsnmp
SHLIBDIR ?= /lib
+WARNS ?= 6
CFLAGS+= -I${CONTRIB} -DHAVE_ERR_H -DHAVE_GETADDRINFO -DHAVE_STRLCPY
+CFLAGS+= -DHAVE_STDINT_H -DHAVE_INTTYPES_H -DQUADFMT='"llu"' -DQUADXFMT='"llx"'
SRCS= asn1.c snmp.c snmpagent.c snmpclient.c support.c
INCS= asn1.h snmp.h snmpagent.h snmpclient.h