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.
This commit is contained in:
Hartmut Brandt 2005-10-04 15:02:07 +00:00
parent 1e3090039d
commit 4a6164e606
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150927

View file

@ -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