summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-01-04 00:39:00 +0000
committerngie <ngie@FreeBSD.org>2017-01-04 00:39:00 +0000
commit694ea43a69db52916963f128ac2f233522abb53a (patch)
treecdd056f737da0485d6279c9019c84ebcc73a23a2 /usr.sbin/bsnmpd
parent212cf8ef9459d32d5ac91938909342636dd9447f (diff)
downloadFreeBSD-src-694ea43a69db52916963f128ac2f233522abb53a.zip
FreeBSD-src-694ea43a69db52916963f128ac2f233522abb53a.tar.gz
MFC r310664:
Only build/install usr.sbin/bsnmpd/modules/snmp_wlan if MK_WIRELESS != no
Diffstat (limited to 'usr.sbin/bsnmpd')
-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