summaryrefslogtreecommitdiff
path: root/usr.sbin/btpand/Makefile
blob: 51fd6b6e2ded2f9fae41fe841d394afa3cc8993b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: Makefile,v 1.7 2023/06/03 09:09:20 lukem Exp $
#

PROG=	btpand
MAN=	btpand.8
SRCS=	btpand.c bnep.c channel.c client.c packet.c server.c tap.c

DPADD+=	${LIBBLUETOOTH} ${LIBEVENT} ${LIBUTIL}
LDADD+=	-lbluetooth -levent -lutil

COPTS.tap.c+=	${CC_WNO_STRINGOP_TRUNCATION}

.include <bsd.prog.mk>