summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-08-10 04:56:39 +0000
committerscottl <scottl@FreeBSD.org>2004-08-10 04:56:39 +0000
commit5de16095d4976fa9a9c9163e015133061eff62ce (patch)
tree003208e14d77441b6f537056e4acc6c77160561c /usr.sbin/bsnmpd
parentc4202d6d13f1f080f73b2a0dddfbc5d346bdd8c8 (diff)
downloadFreeBSD-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 'usr.sbin/bsnmpd')
-rw-r--r--usr.sbin/bsnmpd/modules/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsnmpd/modules/Makefile b/usr.sbin/bsnmpd/modules/Makefile
index 6f5bd6a..b227adb 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
OpenPOWER on IntegriCloud