xref: /freebsd/usr.sbin/bluetooth/rfcomm_pppd/Makefile (revision 40427cca7a9ae77b095936fb1954417c290cfb17)
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
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