From 85ee223365b0e5a4d11f3e758b4ff90d9689452e Mon Sep 17 00:00:00 2001 From: marcel Date: Sat, 19 May 2012 05:07:03 +0000 Subject: Bring DPADD in sync with LDADD. --- usr.bin/procstat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/procstat') 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 -- cgit v1.1