From 5de16095d4976fa9a9c9163e015133061eff62ce Mon Sep 17 00:00:00 2001 From: scottl Date: Tue, 10 Aug 2004 04:56:39 +0000 Subject: Disable the snmp_atm module until the source gets fixed. This will unbreak this portion of the build. --- lib/libbsnmp/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libbsnmp/modules/Makefile b/lib/libbsnmp/modules/Makefile index 6f5bd6a..b227adb 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 -- cgit v1.1