summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/l2control/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bluetooth/l2control/Makefile')
-rw-r--r--usr.sbin/bluetooth/l2control/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.sbin/bluetooth/l2control/Makefile b/usr.sbin/bluetooth/l2control/Makefile
new file mode 100644
index 0000000..847ff4b
--- /dev/null
+++ b/usr.sbin/bluetooth/l2control/Makefile
@@ -0,0 +1,12 @@
+# $Id: Makefile,v 1.7 2003/08/14 20:06:22 max Exp $
+# $FreeBSD$
+
+PROG= l2control
+MAN= l2control.8
+SRCS= l2cap.c l2control.c
+WARNS?= 2
+
+DPADD= ${LIBBLUETOOTH}
+LDADD= -lbluetooth
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud