xref: /freebsd/usr.bin/bluetooth/rfcomm_sppd/Makefile (revision 0b57cec536236d46e3dba9bd041533462f33dbb7)
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