]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/bluetooth/rfcomm_sppd/Makefile
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
[FreeBSD/FreeBSD.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 PACKAGE=        bluetooth
5 PROG=           rfcomm_sppd
6 SRCS=           rfcomm_sppd.c rfcomm_sdp.c
7 WARNS?=         2
8
9 LIBADD=         bluetooth sdp util
10
11 .include <bsd.prog.mk>