1# $Id: Makefile,v 1.7 2003/09/07 18:32:11 max Exp $ 2# $FreeBSD$ 3 4.PATH: ${SRCTOP}/usr.bin/bluetooth/rfcomm_sppd 5 6PACKAGE= bluetooth 7PROG= rfcomm_pppd 8MAN= rfcomm_pppd.8 9SRCS= rfcomm_pppd.c rfcomm_sdp.c 10WARNS?= 2 11 12LIBADD= bluetooth sdp 13 14.include <bsd.prog.mk> 15