summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/fstat/Makefile2
-rw-r--r--usr.bin/procstat/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile
index c59e123..8ea8da3 100644
--- a/usr.bin/fstat/Makefile
+++ b/usr.bin/fstat/Makefile
@@ -4,7 +4,7 @@
PROG= fstat
SRCS= fstat.c fuser.c main.c
LINKS= ${BINDIR}/fstat ${BINDIR}/fuser
-DPADD= ${LIBKVM}
+DPADD= ${LIBKVM} ${LIBUTIL} ${LIBPROCSTAT}
LDADD= -lkvm -lutil -lprocstat
MAN1= fuser.1 fstat.1
diff --git a/usr.bin/procstat/Makefile b/usr.bin/procstat/Makefile
index 76c6fa3..505523e 100644
--- a/usr.bin/procstat/Makefile
+++ b/usr.bin/procstat/Makefile
@@ -16,6 +16,6 @@ SRCS= procstat.c \
procstat_vm.c
LDADD+= -lutil -lprocstat -lkvm
-DPADD+= ${LIBUTIL}
+DPADD+= ${LIBUTIL} ${LIBPROCSTAT} ${LIBKVM}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud