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