summaryrefslogtreecommitdiff
path: root/sbin/ddb
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-11-25 11:23:12 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-11-25 11:23:12 +0000
commit13eb765f2d1a7497df9f56f5ca95950e04cb4c01 (patch)
tree69f31f17bfe80e77e4f38188819e4e69f11b9f25 /sbin/ddb
parentcc0d90a7997d7483dcfb77b908a709fa5561a5fb (diff)
downloadsrc-test2-13eb765f2d1a7497df9f56f5ca95950e04cb4c01.tar.gz
src-test2-13eb765f2d1a7497df9f56f5ca95950e04cb4c01.zip
Convert sbin/ to LIBADD
Reduce overlinking
Notes
Notes: svn path=/head/; revision=275030
Diffstat (limited to 'sbin/ddb')
-rw-r--r--sbin/ddb/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/ddb/Makefile b/sbin/ddb/Makefile
index c556be12f016..72abbed337ae 100644
--- a/sbin/ddb/Makefile
+++ b/sbin/ddb/Makefile
@@ -5,7 +5,6 @@ SRCS= ddb.c ddb_capture.c ddb_script.c
MAN= ddb.8
WARNS?= 3
-DPADD= ${LIBKVM}
-LDADD= -lkvm
+LIBADD= kvm
.include <bsd.prog.mk>