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