1187938Semax# $NetBSD: Makefile,v 1.2 2008/08/18 08:25:32 plunky Exp $
2187938Semax# $FreeBSD: releng/11.0/usr.sbin/bluetooth/btpand/Makefile 275054 2014-11-25 16:57:27Z bapt $
3187938Semax
4187938SemaxPROG=	btpand
5187938SemaxMAN=	btpand.8
6187938SemaxSRCS=	btpand.c bnep.c channel.c client.c event.c packet.c server.c sdp.c tap.c
7187938Semax
8187938SemaxWARNS?=	3
9187938Semax
10275054SbaptLIBADD=	bluetooth sdp util
11187938Semax
12187938Semax.include <bsd.prog.mk>
13