2003-10-12 22:04:24 +00:00
|
|
|
# $Id: Makefile,v 1.7 2003/09/07 18:15:55 max Exp $
|
2003-05-10 21:44:42 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PROG= rfcomm_sppd
|
2003-10-12 22:04:24 +00:00
|
|
|
SRCS= rfcomm_sppd.c rfcomm_sdp.c
|
2003-05-10 21:44:42 +00:00
|
|
|
WARNS?= 2
|
|
|
|
|
2014-11-25 14:29:10 +00:00
|
|
|
LIBADD= bluetooth sdp util
|
2003-05-10 21:44:42 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|