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

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

LIBADD=		bluetooth sdp util

.include <bsd.prog.mk>