summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd/modules/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bsnmpd/modules/Makefile')
-rw-r--r--usr.sbin/bsnmpd/modules/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/bsnmpd/modules/Makefile b/usr.sbin/bsnmpd/modules/Makefile
index 18d3085..631133e 100644
--- a/usr.sbin/bsnmpd/modules/Makefile
+++ b/usr.sbin/bsnmpd/modules/Makefile
@@ -17,7 +17,6 @@ SUBDIR= ${_snmp_atm} \
snmp_target \
snmp_usm \
snmp_vacm \
- snmp_wlan
.if ${MK_PF} != "no"
SUBDIR+=snmp_pf
@@ -27,6 +26,10 @@ SUBDIR+=snmp_pf
SUBDIR+=snmp_netgraph
.endif
+.if ${MK_WIRELESS} != "no"
+SUBDIR+=snmp_wlan
+.endif
+
INCS= snmpmod.h
INCSDIR= ${INCLUDEDIR}/bsnmp
OpenPOWER on IntegriCloud