summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/bthidd/Makefile
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2004-11-18 18:05:15 +0000
committeremax <emax@FreeBSD.org>2004-11-18 18:05:15 +0000
commitd4ffd83e778e80db410d375dac46287dfdf6f5f7 (patch)
tree6cb568181ac09aadbe16376ca328e1bbee9ccd01 /usr.sbin/bluetooth/bthidd/Makefile
parenta1fa5f3147516f8fa8066807a6819a4847ed332e (diff)
downloadFreeBSD-src-d4ffd83e778e80db410d375dac46287dfdf6f5f7.zip
FreeBSD-src-d4ffd83e778e80db410d375dac46287dfdf6f5f7.tar.gz
Check in updated bthidd(8). This is still work in progress.
Diffstat (limited to 'usr.sbin/bluetooth/bthidd/Makefile')
-rw-r--r--usr.sbin/bluetooth/bthidd/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/usr.sbin/bluetooth/bthidd/Makefile b/usr.sbin/bluetooth/bthidd/Makefile
index 4bd7edc..9183d6d 100644
--- a/usr.sbin/bluetooth/bthidd/Makefile
+++ b/usr.sbin/bluetooth/bthidd/Makefile
@@ -1,12 +1,15 @@
-# $Id: Makefile,v 1.2 2004/02/13 21:46:20 max Exp $
+# $Id: Makefile,v 1.3 2004/08/17 21:49:46 max Exp $
# $FreeBSD$
PROG= bthidd
#MAN= bthidd.8 bthidd.conf.5
-NOMAN=
-SRCS= bthidd.c client.c hid.c lexer.l parser.y server.c session.c
-WARNS?= 1
+NOMAN= 1
+SRCS= bthidd.c client.c hid.c kbd.c lexer.l parser.y server.c \
+ session.c
+
CFLAGS+= -I${.CURDIR}
+WARNS?= 2
+DEBUG_FLAGS= -g
DPADD= ${LIBBLUETOOTH} ${LIBSDP}
LDADD= -lbluetooth -lusbhid
OpenPOWER on IntegriCloud