summaryrefslogtreecommitdiffstats
path: root/usr.bin/w/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/w/Makefile')
-rw-r--r--usr.bin/w/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile
index 7de8f19..1515a87 100644
--- a/usr.bin/w/Makefile
+++ b/usr.bin/w/Makefile
@@ -4,8 +4,8 @@
PROG= w
SRCS= fmt.c pr_time.c proc_compare.c w.c
MAN= w.1 uptime.1
-DPADD= ${LIBKVM}
-LDADD= -lkvm
+DPADD= ${LIBKVM} ${LIBUTIL}
+LDADD= -lkvm -lutil
#BINGRP= kmem
#BINMODE=2555
LINKS= ${BINDIR}/w ${BINDIR}/uptime
OpenPOWER on IntegriCloud