]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.bin/bluetooth/rfcomm_sppd/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>