From 5bc32c2c2b51609cea4286753472ed71d897d928 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Thu, 26 Jan 2006 21:32:51 +0000 Subject: [PATCH] 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 --- usr.sbin/bsnmpd/modules/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/usr.sbin/bsnmpd/modules/Makefile b/usr.sbin/bsnmpd/modules/Makefile index 17a2fc28517f..faa565035899 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