xref: /freebsd/usr.bin/bluetooth/rfcomm_sppd/Makefile (revision 95ee2897e98f5d444f26ed2334cc7c439f9c16c6)
1# $Id: Makefile,v 1.7 2003/09/07 18:15:55 max Exp $
2# $FreeBSD$
3
4PACKAGE=	bluetooth
5PROG=		rfcomm_sppd
6SRCS=		rfcomm_sppd.c rfcomm_sdp.c
7WARNS?=		2
8
9LIBADD=		bluetooth sdp util
10
11.include <bsd.prog.mk>
12