summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd/modules/snmp_hostres/Makefile
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-12-24 17:55:47 +0000
committered <ed@FreeBSD.org>2009-12-24 17:55:47 +0000
commit079b8fb0b14ce6006366cde20f6e4a8249ea31ad (patch)
treeb2f608f2349c5b6411f9302d1cbfb86625ccaa81 /usr.sbin/bsnmpd/modules/snmp_hostres/Makefile
parent62c83b51a2772a9837f294776c965e4c30408c67 (diff)
downloadFreeBSD-src-079b8fb0b14ce6006366cde20f6e4a8249ea31ad.zip
FreeBSD-src-079b8fb0b14ce6006366cde20f6e4a8249ea31ad.tar.gz
Let the snmp_hostres module use utmpx.
Approved by: harti
Diffstat (limited to 'usr.sbin/bsnmpd/modules/snmp_hostres/Makefile')
-rw-r--r--usr.sbin/bsnmpd/modules/snmp_hostres/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bsnmpd/modules/snmp_hostres/Makefile b/usr.sbin/bsnmpd/modules/snmp_hostres/Makefile
index 2922f45..3e9e05f 100644
--- a/usr.sbin/bsnmpd/modules/snmp_hostres/Makefile
+++ b/usr.sbin/bsnmpd/modules/snmp_hostres/Makefile
@@ -69,8 +69,8 @@ MAN= snmp_hostres.3
DEFS= ${MOD}_tree.def
BMIBS= BEGEMOT-HOSTRES-MIB.txt
-DPADD= ${LIBKVM} ${LIBDEVINFO} ${LIBM} ${LIBGEOM} ${LIBMEMSTAT}
-LDADD= -lkvm -ldevinfo -lm -lgeom -lmemstat
+DPADD= ${LIBKVM} ${LIBDEVINFO} ${LIBM} ${LIBGEOM} ${LIBMEMSTAT} ${LIBULOG}
+LDADD= -lkvm -ldevinfo -lm -lgeom -lmemstat -lulog
.include <bsd.snmpmod.mk>
OpenPOWER on IntegriCloud