]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.bin/bluetooth/rfcomm_sppd/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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>