opnsense-src/usr.sbin/bluetooth/bthidcontrol/Makefile
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00

15 lines
363 B
Makefile

# $Id: Makefile,v 1.2 2004/02/13 21:44:41 max Exp $
.PATH: ${.CURDIR:H}/bthidd
PACKAGE= bluetooth
PROG= bthidcontrol
MAN= bthidcontrol.8
SRCS= bthidcontrol.c hid.c lexer.l parser.y sdp.c
WARNS?= 1
CFLAGS+= -DBTHIDCONTROL=1 -I${.CURDIR:H}/bthidd -I${SRCTOP}/lib/libsdp \
-I${SRCTOP}/lib/libbluetooth
LIBADD+= bluetooth sdp usbhid
.include <bsd.prog.mk>