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