summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd/modules/snmp_hostres/Makefile
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-01-13 18:17:53 +0000
committered <ed@FreeBSD.org>2010-01-13 18:17:53 +0000
commit57d10a6e95a4cdb97bc1a8c3125f1a2719736ccf (patch)
tree10b814541a563afa6b8b679658d5f3d3d04162dc /usr.sbin/bsnmpd/modules/snmp_hostres/Makefile
parent7297d6b5779271a7e43264e39e539c880d9d50fa (diff)
downloadFreeBSD-src-57d10a6e95a4cdb97bc1a8c3125f1a2719736ccf.zip
FreeBSD-src-57d10a6e95a4cdb97bc1a8c3125f1a2719736ccf.tar.gz
Port all applications in usr.sbin/ from libulog to utmpx.
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 3e9e05f..2922f45 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} ${LIBULOG}
-LDADD= -lkvm -ldevinfo -lm -lgeom -lmemstat -lulog
+DPADD= ${LIBKVM} ${LIBDEVINFO} ${LIBM} ${LIBGEOM} ${LIBMEMSTAT}
+LDADD= -lkvm -ldevinfo -lm -lgeom -lmemstat
.include <bsd.snmpmod.mk>
OpenPOWER on IntegriCloud