summaryrefslogtreecommitdiff
path: root/usr.bin/bluetooth/btsockstat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/bluetooth/btsockstat/Makefile')
-rw-r--r--usr.bin/bluetooth/btsockstat/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/bluetooth/btsockstat/Makefile b/usr.bin/bluetooth/btsockstat/Makefile
index cdec9f7013c6..36ef850fc6d8 100644
--- a/usr.bin/bluetooth/btsockstat/Makefile
+++ b/usr.bin/bluetooth/btsockstat/Makefile
@@ -6,7 +6,6 @@ WARNS?= 2
BINGRP= kmem
BINMODE= 2555
-DPADD= ${LIBBLUETOOTH} ${LIBKVM}
-LDADD= -lbluetooth -lkvm
+LIBADD= bluetooth kvm
.include <bsd.prog.mk>