# $Id: Makefile,v 1.1 2004/01/20 21:27:55 max Exp $
# $FreeBSD: stable/5/usr.sbin/bluetooth/sdpd/Makefile 139889 2005-01-08 00:40:49Z emax $

PROG=		sdpd
MAN=		sdpd.8
SRCS=		bgd.c dun.c ftrn.c irmc.c irmc_command.c lan.c log.c main.c \
		opush.c profile.c provider.c sar.c scr.c sd.c server.c sp.c \
		srr.c ssar.c ssr.c sur.c uuid.c

CFLAGS+=	-I${.CURDIR}
WARNS?=		2

.include <bsd.prog.mk>
