summaryrefslogtreecommitdiff
path: root/usr.sbin/btctl/Makefile
blob: 48fb7517db049ea5f229f8478021de67dc54bb02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile,v 1.2 2008/11/25 17:13:53 uwe Exp $

.PATH:		${.CURDIR}/../btd

PROG=		btctl
SRCS=		bt_subr.c btctl.c conf.c log.c parse.y
NOMAN=

LDADD+=		-lusbhid
CPPFLAGS+=	-I${.CURDIR} -I${.CURDIR}/../btd
COPTS+=		-Wall -Werror
DEBUG=		-g

.include <bsd.prog.mk>