Enable tcp-wrapper support in the SNMP daemon.

Submitted by:	glebius
This commit is contained in:
Hartmut Brandt 2005-04-26 16:49:15 +00:00
parent 646c481fe6
commit 8bacf1a614
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145560

View File

@ -24,8 +24,9 @@ DEFS= tree.def
DEFSDIR= ${SHAREDIR}/snmp/defs
CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd -I. -DUSE_LIBBEGEMOT
CFLAGS+= -DUSE_TCPWRAPPERS
DPADD= ${LIBBEGEMOT} ${LIBBSNMP}
LDADD= -lbegemot -lbsnmp
LDADD= -lbegemot -lbsnmp -lwrap
LDFLAGS= -export-dynamic