Only build the bsnmpd netgraph module if MK_NETGRAPH_SUPPORT is set.
This commit is contained in:
parent
64d62b289e
commit
7a02aaee75
@ -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 New Issue
Block a user