From 814c25f3ad97bc3664a19974ad536ed42f5ef9e9 Mon Sep 17 00:00:00 2001 From: Shteryana Shopova Date: Wed, 20 Dec 2006 22:08:35 +0000 Subject: [PATCH] Connect the snmp_bridge(3) module to the build. Approved by: bz (mentor) --- usr.sbin/bsnmpd/modules/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/bsnmpd/modules/Makefile b/usr.sbin/bsnmpd/modules/Makefile index f5a2e4178e03..578d1734d1c9 100644 --- a/usr.sbin/bsnmpd/modules/Makefile +++ b/usr.sbin/bsnmpd/modules/Makefile @@ -9,6 +9,7 @@ _snmp_atm= snmp_atm .endif SUBDIR= ${_snmp_atm} \ + snmp_bridge \ snmp_hostres \ snmp_mibII \ snmp_netgraph \