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