From 3487b13416ae8c89140aa10d91786d38694518f1 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Sat, 5 Dec 2009 20:52:11 +0000 Subject: Let systat's vmstat use utmpx. --- usr.bin/systat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/systat/Makefile') diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile index 49bb9981c0d3..d89399ca2238 100644 --- a/usr.bin/systat/Makefile +++ b/usr.bin/systat/Makefile @@ -14,7 +14,7 @@ SRCS+= icmp6.c ip6.c CFLAGS+= -DINET6 .endif -DPADD= ${LIBCURSES} ${LIBM} ${LIBDEVSTAT} ${LIBKVM} -LDADD= -lcursesw -lm -ldevstat -lkvm +DPADD= ${LIBCURSES} ${LIBM} ${LIBDEVSTAT} ${LIBKVM} ${LIBULOG} +LDADD= -lcursesw -lm -ldevstat -lkvm -lulog .include -- cgit v1.2.3