Disable the snmp_atm module until the source gets fixed. This will unbreak
this portion of the build.
This commit is contained in:
parent
d7aed12f45
commit
ddb75b6fab
@ -2,7 +2,7 @@
|
||||
|
||||
.PATH: ${.CURDIR}/../../../contrib/bsnmp/snmpd
|
||||
|
||||
.if !defined(NOATM)
|
||||
.if !defined(NOATM) && defined(SNMP_NOT_YET)
|
||||
_snmp_atm= snmp_atm
|
||||
.endif
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
.PATH: ${.CURDIR}/../../../contrib/bsnmp/snmpd
|
||||
|
||||
.if !defined(NOATM)
|
||||
.if !defined(NOATM) && defined(SNMP_NOT_YET)
|
||||
_snmp_atm= snmp_atm
|
||||
.endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user