Only build the bsnmpd netgraph module if MK_NETGRAPH_SUPPORT is set.

This commit is contained in:
Bruce M Simpson 2008-10-02 14:26:56 +00:00
parent 64d62b289e
commit 7a02aaee75
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=183548

View File

@ -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