summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2006-01-13 02:09:15 +0000
committerobrien <obrien@FreeBSD.org>2006-01-13 02:09:15 +0000
commit16f258992bc3a0a107ffd7bc491f5a4c4707606a (patch)
tree7e2df26d958fd813bcdfcca0a527221b664f44b9 /usr.sbin/bsnmpd
parent22b69962493cddbff755ccfaa8d1ebff9cf1e07e (diff)
downloadFreeBSD-src-16f258992bc3a0a107ffd7bc491f5a4c4707606a.zip
FreeBSD-src-16f258992bc3a0a107ffd7bc491f5a4c4707606a.tar.gz
Unbreak the AMD64 build by forgoing the 'snmp_hostres' functionality.
Approved by: harti
Diffstat (limited to 'usr.sbin/bsnmpd')
-rw-r--r--usr.sbin/bsnmpd/modules/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/bsnmpd/modules/Makefile b/usr.sbin/bsnmpd/modules/Makefile
index faa5650..17a2fc2 100644
--- a/usr.sbin/bsnmpd/modules/Makefile
+++ b/usr.sbin/bsnmpd/modules/Makefile
@@ -7,7 +7,7 @@ _snmp_atm= snmp_atm
.endif
SUBDIR= ${_snmp_atm} \
- snmp_hostres \
+ ${_snmp_hostres} \
snmp_mibII \
snmp_netgraph \
snmp_pf
@@ -15,4 +15,8 @@ SUBDIR= ${_snmp_atm} \
INCS= snmpmod.h
INCSDIR= ${INCLUDEDIR}/bsnmp
+.if ${MACHINE_ARCH} != "amd64"
+_snmp_hostres= snmp_hostres
+.endif
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud