diff options
author | scottl <scottl@FreeBSD.org> | 2004-08-10 04:56:39 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2004-08-10 04:56:39 +0000 |
commit | 5de16095d4976fa9a9c9163e015133061eff62ce (patch) | |
tree | 003208e14d77441b6f537056e4acc6c77160561c /lib | |
parent | c4202d6d13f1f080f73b2a0dddfbc5d346bdd8c8 (diff) | |
download | FreeBSD-src-5de16095d4976fa9a9c9163e015133061eff62ce.zip FreeBSD-src-5de16095d4976fa9a9c9163e015133061eff62ce.tar.gz |
Disable the snmp_atm module until the source gets fixed. This will unbreak
this portion of the build.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libbsnmp/modules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |