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