diff options
author | Ed Schouten <ed@FreeBSD.org> | 2009-12-05 20:52:11 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2009-12-05 20:52:11 +0000 |
commit | 3487b13416ae8c89140aa10d91786d38694518f1 (patch) | |
tree | 5da985f2ac4a90fe59b2c02e8fc0f038a256013e /usr.bin/systat/Makefile | |
parent | b911cea8ffcdc1c13cdc9de291944d97b8182828 (diff) |
Let systat's vmstat use utmpx.
Notes
Notes:
svn path=/head/; revision=200167
Diffstat (limited to 'usr.bin/systat/Makefile')
-rw-r--r-- | usr.bin/systat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.prog.mk> |