]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bluetooth/bthidd/Makefile
pkgbase: Add a FreeBSD-bluetooth package
[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 PACKAGE=        bluetooth
5 PROG=           bthidd
6 MAN=            bthidd.8
7 #               bthidd.conf.5
8 SRCS=           bthidd.c btuinput.c client.c hid.c kbd.c lexer.l parser.y \
9                 server.c session.c
10
11 CFLAGS+=        -I${.CURDIR}
12
13 LIBADD+=        bluetooth usbhid
14
15 NO_WMISSING_VARIABLE_DECLARATIONS=
16
17 .include <bsd.prog.mk>