Add the right CFLAGS to show that we have err.h, getaddrinfo and strlcpy.

Add support.c to the list of source files.
This commit is contained in:
harti 2004-08-06 13:43:29 +00:00
parent 152272dd78
commit f11dc73966

View File

@ -8,9 +8,9 @@ CONTRIB= ${.CURDIR}/../../../contrib/bsnmp/lib
LIB = bsnmp
SHLIBDIR ?= /lib
CFLAGS+= -I${CONTRIB}
CFLAGS+= -I${CONTRIB} -DHAVE_ERR_H -DHAVE_GETADDRINFO -DHAVE_STRLCPY
SRCS= asn1.c snmp.c snmpagent.c snmpclient.c
SRCS= asn1.c snmp.c snmpagent.c snmpclient.c support.c
INCS= asn1.h snmp.h snmpagent.h snmpclient.h
MAN= asn1.3 bsnmplib.3 bsnmpclient.3 bsnmpagent.3