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