summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pstat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pstat/Makefile')
-rw-r--r--usr.sbin/pstat/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/pstat/Makefile b/usr.sbin/pstat/Makefile
index b96e391..92bcc5e 100644
--- a/usr.sbin/pstat/Makefile
+++ b/usr.sbin/pstat/Makefile
@@ -2,12 +2,13 @@
# $FreeBSD$
PROG= pstat
+LINKS= ${BINDIR}/pstat ${BINDIR}/swapinfo
+MAN= pstat.8
+MLINKS= pstat.8 swapinfo.8
BINGRP= kmem
-BINMODE=2555
+BINMODE= 2555
+
DPADD= ${LIBKVM}
LDADD= -lkvm
-MAN= pstat.8
-LINKS= ${BINDIR}/pstat ${BINDIR}/swapinfo
-MLINKS= pstat.8 swapinfo.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud