]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bluetooth/bthidcontrol/Makefile
sys/{x86,amd64}: remove one of doubled ;s
[FreeBSD/FreeBSD.git] / usr.sbin / bluetooth / bthidcontrol / Makefile
1 # $Id: Makefile,v 1.2 2004/02/13 21:44:41 max Exp $
2 # $FreeBSD$
3
4 .PATH:  ${.CURDIR:H}/bthidd
5
6 PACKAGE=        bluetooth
7 PROG=           bthidcontrol
8 MAN=            bthidcontrol.8
9 SRCS=           bthidcontrol.c hid.c lexer.l  parser.y sdp.c
10 WARNS?=         1
11 CFLAGS+=        -DBTHIDCONTROL=1 -I${.CURDIR:H}/bthidd -I${SRCTOP}/lib/libsdp \
12                 -I${SRCTOP}/lib/libbluetooth
13
14 LIBADD+=        bluetooth sdp usbhid
15
16 .include <bsd.prog.mk>