1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00

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:
Hartmut Brandt 2004-08-06 13:43:29 +00:00
parent 4cba8c6ddf
commit 2216298b64
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133215

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