aboutsummaryrefslogtreecommitdiff
path: root/lib/libbsnmp
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2004-08-10 04:56:39 +0000
committerScott Long <scottl@FreeBSD.org>2004-08-10 04:56:39 +0000
commitddb75b6fabd3131b8a8e09a48cd7af75e76af752 (patch)
tree003208e14d77441b6f537056e4acc6c77160561c /lib/libbsnmp
parentd7aed12f45ea6c7ea042fa623a06519dda21895b (diff)
downloadsrc-ddb75b6fabd3131b8a8e09a48cd7af75e76af752.tar.gz
src-ddb75b6fabd3131b8a8e09a48cd7af75e76af752.zip
Disable the snmp_atm module until the source gets fixed. This will unbreak
this portion of the build.
Notes
Notes: svn path=/head/; revision=133424
Diffstat (limited to 'lib/libbsnmp')
-rw-r--r--lib/libbsnmp/modules/Makefile2
1 files changed, 1 insertions, 1 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