diff options
author | syrinx <syrinx@FreeBSD.org> | 2010-07-26 16:26:26 +0000 |
---|---|---|
committer | syrinx <syrinx@FreeBSD.org> | 2010-07-26 16:26:26 +0000 |
commit | 3d55aa81d7aa437aaa1df7b438629b28af4d5c16 (patch) | |
tree | 9751e3220374b42844a78c6504b4c1671e7aa750 /usr.sbin/bsnmpd | |
parent | 8702707235300ce9e9e60f562e7d747a375b261d (diff) | |
download | FreeBSD-src-3d55aa81d7aa437aaa1df7b438629b28af4d5c16.zip FreeBSD-src-3d55aa81d7aa437aaa1df7b438629b28af4d5c16.tar.gz |
Connect the snmp_wlan(3) module to the build.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin/bsnmpd')
-rw-r--r-- | usr.sbin/bsnmpd/modules/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bsnmpd/modules/Makefile b/usr.sbin/bsnmpd/modules/Makefile index 0ef4b7a..c2b7360 100644 --- a/usr.sbin/bsnmpd/modules/Makefile +++ b/usr.sbin/bsnmpd/modules/Makefile @@ -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 |