summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2006-01-26 21:32:51 +0000
committererwin <erwin@FreeBSD.org>2006-01-26 21:32:51 +0000
commitdc5d8abf2c9af70e3fae598aa7bcb4afd319547e (patch)
treec53a43fafee2511a626a9e63f0d0a4d4eb89331a /usr.sbin/bsnmpd
parent679181b556486a65077e78e700f00be0b4dce933 (diff)
downloadFreeBSD-src-dc5d8abf2c9af70e3fae598aa7bcb4afd319547e.zip
FreeBSD-src-dc5d8abf2c9af70e3fae598aa7bcb4afd319547e.tar.gz
After changing hostres from libdisk to libgeom, it now compiles
and runs on amd64, so revert the stopgap from rev. 1.10 Approved by: harti Hardware borrowed from: simon
Diffstat (limited to 'usr.sbin/bsnmpd')
-rw-r--r--usr.sbin/bsnmpd/modules/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/bsnmpd/modules/Makefile b/usr.sbin/bsnmpd/modules/Makefile
index 17a2fc2..faa5650 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,8 +15,4 @@ 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