mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Only build the bsnmpd netgraph module if MK_NETGRAPH_SUPPORT is set.
This commit is contained in:
parent
64d62b289e
commit
7a02aaee75
1 changed files with 4 additions and 1 deletions
|
|
@ -12,9 +12,12 @@ SUBDIR= ${_snmp_atm} \
|
|||
snmp_bridge \
|
||||
snmp_hostres \
|
||||
snmp_mibII \
|
||||
snmp_netgraph \
|
||||
snmp_pf
|
||||
|
||||
.if ${MK_NETGRAPH_SUPPORT} != "no"
|
||||
SUBDIR+=snmp_netgraph
|
||||
.endif
|
||||
|
||||
INCS= snmpmod.h
|
||||
INCSDIR= ${INCLUDEDIR}/bsnmp
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue