]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/bluetooth/btpand/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / usr.sbin / bluetooth / btpand / Makefile
1 # $NetBSD: Makefile,v 1.2 2008/08/18 08:25:32 plunky Exp $
2 # $FreeBSD$
3
4 PROG=   btpand
5 MAN=    btpand.8
6 SRCS=   btpand.c bnep.c channel.c client.c event.c packet.c server.c sdp.c tap.c
7
8 WARNS?= 3
9
10 DPADD+= ${LIBBLUETOOTH} ${LIBSDP} ${LIBUTIL}
11 LDADD+= -lbluetooth -lsdp -lutil
12
13 .include <bsd.prog.mk>