summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2006-03-13 09:23:51 +0000
committerharti <harti@FreeBSD.org>2006-03-13 09:23:51 +0000
commitbcb2a599a64d8f784109675f0868c6f3735dd6ae (patch)
tree2048ccdc7d5c45fc0d682daa5b80e531bda46dc6 /usr.sbin/bsnmpd
parentfb5edd1dcdabfa52ac75705f5f82df962bc428cb (diff)
downloadFreeBSD-src-bcb2a599a64d8f784109675f0868c6f3735dd6ae.zip
FreeBSD-src-bcb2a599a64d8f784109675f0868c6f3735dd6ae.tar.gz
Silence some warnings by defining configuration preprocessor symbols.
Diffstat (limited to 'usr.sbin/bsnmpd')
-rw-r--r--usr.sbin/bsnmpd/bsnmpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsnmpd/bsnmpd/Makefile b/usr.sbin/bsnmpd/bsnmpd/Makefile
index 5362dc4..ceb742d 100644
--- a/usr.sbin/bsnmpd/bsnmpd/Makefile
+++ b/usr.sbin/bsnmpd/bsnmpd/Makefile
@@ -25,7 +25,7 @@ DEFSDIR= ${SHAREDIR}/snmp/defs
CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd -I. -DUSE_LIBBEGEMOT
CFLAGS+= -DUSE_TCPWRAPPERS -DQUADFMT='"llu"' -DQUADXFMT='"llx"'
-CFLAGS+= -DHAVE_STDINT_H -DHAVE_INTTYPES_H
+CFLAGS+= -DHAVE_STDINT_H -DHAVE_INTTYPES_H -DHAVE_ERR_H -DHAVE_STRLCPY
DPADD= ${LIBBEGEMOT} ${LIBBSNMP}
LDADD= -lbegemot -lbsnmp -lwrap
OpenPOWER on IntegriCloud