aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-02-05 21:52:33 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-02-05 21:52:33 +0000
commitc97869c8aab95dc991a3a79fbad618ece5231b9a (patch)
tree7d2b948c46a3188c304e20fd7411ed186e5a8cac /tools
parent4cef3cb0e3ab4bbb739dc6d988268cad6af2dafe (diff)
downloadsrc-c97869c8aab95dc991a3a79fbad618ece5231b9a.tar.gz
src-c97869c8aab95dc991a3a79fbad618ece5231b9a.zip
Fixed ``make checkdpadd''. Removed redundant dependency.
Notes
Notes: svn path=/head/; revision=125499
Diffstat (limited to 'tools')
-rw-r--r--tools/diag/dumpvfscache/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/diag/dumpvfscache/Makefile b/tools/diag/dumpvfscache/Makefile
index a9299ce2d60d..14cd360a22b3 100644
--- a/tools/diag/dumpvfscache/Makefile
+++ b/tools/diag/dumpvfscache/Makefile
@@ -1,7 +1,8 @@
+# $FreeBSD$
PROG= dumpvfscache
-
-LDADD= -lkvm -lmd
+DPADD= ${LIBKVM}
+LDADD= -lkvm
NOMAN= 1