FreeBSD-5.3/usr.bin/bluetooth/rfcomm_sppd/Makefile

# $Id: Makefile,v 1.7 2003/09/07 18:15:55 max Exp $
# $FreeBSD: src/usr.bin/bluetooth/rfcomm_sppd/Makefile,v 1.2 2003/10/12 22:04:22 emax Exp $

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>