summaryrefslogtreecommitdiffstats
path: root/usr.bin/vmstat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/vmstat/Makefile')
-rw-r--r--usr.bin/vmstat/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/vmstat/Makefile b/usr.bin/vmstat/Makefile
index 117c30d..38e45e7 100644
--- a/usr.bin/vmstat/Makefile
+++ b/usr.bin/vmstat/Makefile
@@ -2,10 +2,11 @@
PROG= vmstat
CFLAGS+=-I${.CURDIR}/../../sys
+SRCS= vmstat.c
MAN8= vmstat.8
BINGRP= kmem
BINMODE=2555
-DPADD= ${LIBKVM}
-LDADD= -lkvm
+DPADD= ${LIBKVM} ${LIBDEVSTAT}
+LDADD= -lkvm -ldevstat
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud