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:
parent
c066055957
commit
c4dcdd04d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user