]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bluetooth/btpand/Makefile
Update to version 3.1.1
[FreeBSD/FreeBSD.git] / usr.sbin / bluetooth / btpand / Makefile
1 # $NetBSD: Makefile,v 1.2 2008/08/18 08:25:32 plunky Exp $
2 # $FreeBSD$
3
4 PACKAGE=        bluetooth
5 PROG=   btpand
6 MAN=    btpand.8
7 SRCS=   btpand.c bnep.c channel.c client.c event.c packet.c server.c sdp.c tap.c
8
9 WARNS?= 3
10
11 LIBADD= bluetooth sdp util
12
13 .include <bsd.prog.mk>