summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd/bsnmpd
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-10-04 15:03:39 +0000
committerharti <harti@FreeBSD.org>2005-10-04 15:03:39 +0000
commit0b891ae48d7ae6ffe1eb8f128a7eba64b3a50d65 (patch)
treede41d8718ee034bd83af590875c2e1bd2ff8356d /usr.sbin/bsnmpd/bsnmpd
parentc4dcdd04d2342ccaa20f466e1edede7e3008a09c (diff)
downloadFreeBSD-src-0b891ae48d7ae6ffe1eb8f128a7eba64b3a50d65.zip
FreeBSD-src-0b891ae48d7ae6ffe1eb8f128a7eba64b3a50d65.tar.gz
Catch up with the import of bsnmp-1.11. Add a couple of new
configuration flags to CFLAGS.
Diffstat (limited to 'usr.sbin/bsnmpd/bsnmpd')
-rw-r--r--usr.sbin/bsnmpd/bsnmpd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bsnmpd/bsnmpd/Makefile b/usr.sbin/bsnmpd/bsnmpd/Makefile
index 334d435..5362dc4 100644
--- a/usr.sbin/bsnmpd/bsnmpd/Makefile
+++ b/usr.sbin/bsnmpd/bsnmpd/Makefile
@@ -24,7 +24,8 @@ DEFS= tree.def
DEFSDIR= ${SHAREDIR}/snmp/defs
CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd -I. -DUSE_LIBBEGEMOT
-CFLAGS+= -DUSE_TCPWRAPPERS
+CFLAGS+= -DUSE_TCPWRAPPERS -DQUADFMT='"llu"' -DQUADXFMT='"llx"'
+CFLAGS+= -DHAVE_STDINT_H -DHAVE_INTTYPES_H
DPADD= ${LIBBEGEMOT} ${LIBBSNMP}
LDADD= -lbegemot -lbsnmp -lwrap
OpenPOWER on IntegriCloud