summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/bthidd/Makefile
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2004-04-10 00:18:00 +0000
committeremax <emax@FreeBSD.org>2004-04-10 00:18:00 +0000
commit043ec21649d9c0e33013b9092b6ea700f0d15ab8 (patch)
tree7d74dd469839b4cadda98c84728a960fffee125a /usr.sbin/bluetooth/bthidd/Makefile
parent96b75c2267d1d5caf4783f60f78743070ccfa0c8 (diff)
downloadFreeBSD-src-043ec21649d9c0e33013b9092b6ea700f0d15ab8.zip
FreeBSD-src-043ec21649d9c0e33013b9092b6ea700f0d15ab8.tar.gz
Start committing Bluetooth HID (Human Interface Device) support.
Note: bthidd(8) is still not complete. Need to commit kernel support (a-la Linux /dev/input) to feed HID events into kernel. Also need to write bthidd(8) and bthidd.conf(5) man pages.
Diffstat (limited to 'usr.sbin/bluetooth/bthidd/Makefile')
-rw-r--r--usr.sbin/bluetooth/bthidd/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/usr.sbin/bluetooth/bthidd/Makefile b/usr.sbin/bluetooth/bthidd/Makefile
new file mode 100644
index 0000000..c3bab372
--- /dev/null
+++ b/usr.sbin/bluetooth/bthidd/Makefile
@@ -0,0 +1,14 @@
+# $Id: Makefile,v 1.2 2004/02/13 21:46:20 max Exp $
+# $FreeBSD$
+
+PROG= bthidd
+#MAN= bthidd.8 bthidd.conf.5
+NOMAN= 1
+SRCS= bthidd.c client.c hid.c lexer.l parser.y server.c session.c
+WARNS?= 1
+CFLAGS+= -I${.CURDIR}
+
+DPADD= ${LIBBLUETOOTH} ${LIBSDP}
+LDADD= -lbluetooth -lusbhid
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud