1121054Semax# $Id: Makefile,v 1.7 2003/09/07 18:15:55 max Exp $
2114878Sjulian# $FreeBSD: releng/10.3/usr.bin/bluetooth/rfcomm_sppd/Makefile 274182 2014-11-06 16:32:00Z emax $
3114878Sjulian
4114878SjulianPROG=		rfcomm_sppd
5121054SemaxSRCS=		rfcomm_sppd.c rfcomm_sdp.c
6114878SjulianWARNS?=		2
7114878Sjulian
8121054SemaxDPADD=		${LIBBLUETOOTH} ${LIBSDP}
9274182SemaxLDADD=		-lbluetooth -lsdp -lutil
10114878Sjulian
11114878Sjulian.include <bsd.prog.mk>
12