]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/bluetooth/bthidd/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.sbin / bluetooth / bthidd / Makefile
1 # $Id: Makefile,v 1.6 2006/09/07 21:36:55 max Exp $
2 # $FreeBSD$
3
4 PROG=           bthidd
5 MAN=            bthidd.8
6 #               bthidd.conf.5
7 SRCS=           bthidd.c client.c hid.c kbd.c lexer.l parser.y server.c \
8                 session.c
9
10 CFLAGS+=        -I${.CURDIR}
11 DEBUG_FLAGS=    -g
12
13 DPADD=          ${LIBBLUETOOTH} ${LIBUSBHID}
14 LDADD=          -lbluetooth -lusbhid
15
16 .include <bsd.prog.mk>