]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bluetooth/bthidd/Makefile
Copy googletest 1.8.1 from ^/vendor/google/googletest/1.8.1 to .../contrib/googletest
[FreeBSD/FreeBSD.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 btuinput.c client.c hid.c kbd.c lexer.l parser.y \
8                 server.c session.c
9
10 CFLAGS+=        -I${.CURDIR}
11
12 LIBADD+=        bluetooth usbhid
13
14 NO_WMISSING_VARIABLE_DECLARATIONS=
15
16 .include <bsd.prog.mk>