# $Id: Makefile,v 1.7 2003/09/07 18:15:55 max Exp $
# $FreeBSD: stable/5/usr.bin/bluetooth/rfcomm_sppd/Makefile 121054 2003-10-12 22:04:24Z emax $

PROG=		rfcomm_sppd
MAN=		rfcomm_sppd.1
SRCS=		rfcomm_sppd.c rfcomm_sdp.c
WARNS?=		2

DPADD=		${LIBBLUETOOTH} ${LIBSDP}
LDADD=		-lbluetooth -lsdp

.include <bsd.prog.mk>
