xref: /freebsd/usr.sbin/bluetooth/rfcomm_pppd/Makefile (revision 0b3105a37d7adcadcb720112fed4dc4e8040be99)
1# $Id: Makefile,v 1.7 2003/09/07 18:32:11 max Exp $
2# $FreeBSD$
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