1# $Id: Makefile,v 1.7 2003/09/07 18:32:11 max Exp $
2# $FreeBSD: releng/11.0/usr.sbin/bluetooth/rfcomm_pppd/Makefile 275054 2014-11-25 16:57:27Z bapt $
3
4.PATH:	${.CURDIR}/../../../usr.bin/bluetooth/rfcomm_sppd
5
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