Unbreak the AMD64 build by forgoing the 'snmp_hostres' functionality.

Approved by:	harti
This commit is contained in:
David E. O'Brien 2006-01-13 02:09:15 +00:00
parent b0c77a9ef1
commit f5eea0f5f2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=154282

View File

@ -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>