summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 8fa1ee3..334d435 100644
--- a/usr.sbin/bsnmpd/bsnmpd/Makefile
+++ b/usr.sbin/bsnmpd/bsnmpd/Makefile
@@ -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
OpenPOWER on IntegriCloud