xref: /freebsd/usr.sbin/bluetooth/btpand/Makefile (revision 97cb52fa9aefd90fad38790fded50905aeeb9b9e)
1# $NetBSD: Makefile,v 1.2 2008/08/18 08:25:32 plunky Exp $
2# $FreeBSD$
3
4PROG=	btpand
5MAN=	btpand.8
6SRCS=	btpand.c bnep.c channel.c client.c event.c packet.c server.c sdp.c tap.c
7
8WARNS?=	3
9
10LIBADD=	bluetooth sdp util
11
12.include <bsd.prog.mk>
13