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
This commit is contained in:
Erwin Lansing 2006-01-26 21:32:51 +00:00
parent aa3ee926a9
commit 5bc32c2c2b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=154871

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