svn commit: r210504 - head/usr.sbin/bsnmpd/modules
Shteryana Shopova
syrinx at FreeBSD.org
Mon Jul 26 16:26:27 UTC 2010
Author: syrinx
Date: Mon Jul 26 16:26:26 2010
New Revision: 210504
URL: http://svn.freebsd.org/changeset/base/210504
Log:
Connect the snmp_wlan(3) module to the build.
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/bsnmpd/modules/Makefile
Modified: head/usr.sbin/bsnmpd/modules/Makefile
==============================================================================
--- head/usr.sbin/bsnmpd/modules/Makefile Mon Jul 26 16:20:52 2010 (r210503)
+++ head/usr.sbin/bsnmpd/modules/Makefile Mon Jul 26 16:26:26 2010 (r210504)
@@ -12,7 +12,8 @@ SUBDIR= ${_snmp_atm} \
snmp_bridge \
snmp_hostres \
snmp_mibII \
- snmp_pf
+ snmp_pf \
+ snmp_wlan
.if ${MK_NETGRAPH_SUPPORT} != "no"
SUBDIR+=snmp_netgraph
More information about the svn-src-all
mailing list