Makefile revision 139721
1# $Id: Makefile,v 1.1 2004/01/20 21:27:55 max Exp $
2# $FreeBSD: head/usr.sbin/bluetooth/sdpd/Makefile 139721 2005-01-05 18:37:37Z emax $
3
4PROG=		sdpd
5MAN=		sdpd.8
6SRCS=		bgd.c dun.c ftrn.c irmc.c irmc_command.c lan.c log.c main.c \
7		opush.c profile.c provider.c sar.c scr.c sd.c server.c sp.c \
8		srr.c ssar.c ssr.c sur.c uuid.c
9
10CFLAGS+=	-I${.CURDIR}
11WARNS?=		2
12
13.include <bsd.prog.mk>
14