aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth/l2ping/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bluetooth/l2ping/Makefile')
-rw-r--r--usr.sbin/bluetooth/l2ping/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/bluetooth/l2ping/Makefile b/usr.sbin/bluetooth/l2ping/Makefile
index bc130e33aac9..572366ae4dd3 100644
--- a/usr.sbin/bluetooth/l2ping/Makefile
+++ b/usr.sbin/bluetooth/l2ping/Makefile
@@ -5,7 +5,6 @@ PROG= l2ping
MAN= l2ping.8
WARNS?= 2
-DPADD= ${LIBBLUETOOTH}
-LDADD= -lbluetooth
+LIBADD= bluetooth
.include <bsd.prog.mk>