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