summaryrefslogtreecommitdiffstats
path: root/usr.bin/bluetooth/rfcomm_sppd/Makefile
blob: 0da74981bc08bd8f86235d120d6b0775b114d4e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $Id: Makefile,v 1.7 2003/09/07 18:15:55 max Exp $
# $FreeBSD$

PROG=		rfcomm_sppd
SRCS=		rfcomm_sppd.c rfcomm_sdp.c
WARNS?=		2

DPADD=		${LIBBLUETOOTH} ${LIBSDP}
LDADD=		-lbluetooth -lsdp -lutil

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud