]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/bluetooth/rfcomm_sppd/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.bin / bluetooth / rfcomm_sppd / Makefile
1 # $Id: Makefile,v 1.7 2003/09/07 18:15:55 max Exp $
2 # $FreeBSD$
3
4 PROG=           rfcomm_sppd
5 SRCS=           rfcomm_sppd.c rfcomm_sdp.c
6 WARNS?=         2
7
8 DPADD=          ${LIBBLUETOOTH} ${LIBSDP}
9 LDADD=          -lbluetooth -lsdp
10
11 .include <bsd.prog.mk>