From ddb75b6fabd3131b8a8e09a48cd7af75e76af752 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Tue, 10 Aug 2004 04:56:39 +0000 Subject: [PATCH] Disable the snmp_atm module until the source gets fixed. This will unbreak this portion of the build. --- lib/libbsnmp/modules/Makefile | 2 +- usr.sbin/bsnmpd/modules/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libbsnmp/modules/Makefile b/lib/libbsnmp/modules/Makefile index 6f5bd6a2a36a..b227adbe9240 100644 --- a/lib/libbsnmp/modules/Makefile +++ b/lib/libbsnmp/modules/Makefile @@ -2,7 +2,7 @@ .PATH: ${.CURDIR}/../../../contrib/bsnmp/snmpd -.if !defined(NOATM) +.if !defined(NOATM) && defined(SNMP_NOT_YET) _snmp_atm= snmp_atm .endif diff --git a/usr.sbin/bsnmpd/modules/Makefile b/usr.sbin/bsnmpd/modules/Makefile index 6f5bd6a2a36a..b227adbe9240 100644 --- a/usr.sbin/bsnmpd/modules/Makefile +++ b/usr.sbin/bsnmpd/modules/Makefile @@ -2,7 +2,7 @@ .PATH: ${.CURDIR}/../../../contrib/bsnmp/snmpd -.if !defined(NOATM) +.if !defined(NOATM) && defined(SNMP_NOT_YET) _snmp_atm= snmp_atm .endif