Disable the snmp_atm module until the source gets fixed. This will unbreak

this portion of the build.
This commit is contained in:
Scott Long 2004-08-10 04:56:39 +00:00
parent d7aed12f45
commit ddb75b6fab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133424
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/../../../contrib/bsnmp/snmpd
.if !defined(NOATM)
.if !defined(NOATM) && defined(SNMP_NOT_YET)
_snmp_atm= snmp_atm
.endif

View File

@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/../../../contrib/bsnmp/snmpd
.if !defined(NOATM)
.if !defined(NOATM) && defined(SNMP_NOT_YET)
_snmp_atm= snmp_atm
.endif