diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2006-01-13 02:09:15 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2006-01-13 02:09:15 +0000 |
| commit | f5eea0f5f2dc435ce4d167757f5fe579fccc5702 (patch) | |
| tree | 7e2df26d958fd813bcdfcca0a527221b664f44b9 | |
| parent | b0c77a9ef1e4794e6837bef82941cf60d4a17899 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/bsnmpd/modules/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/bsnmpd/modules/Makefile b/usr.sbin/bsnmpd/modules/Makefile index faa565035899..17a2fc28517f 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,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> |
