mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
Only build the bsnmpd netgraph module if MK_NETGRAPH_SUPPORT is set.
This commit is contained in:
parent
64d62b289e
commit
7a02aaee75
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=183548
@ -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