]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bluetooth/sdpd/Makefile
This commit was generated by cvs2svn to compensate for changes in r159399,
[FreeBSD/FreeBSD.git] / usr.sbin / bluetooth / sdpd / Makefile
1 # $Id: Makefile,v 1.1 2004/01/20 21:27:55 max Exp $
2 # $FreeBSD$
3
4 PROG=           sdpd
5 MAN=            sdpd.8
6 SRCS=           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
10 CFLAGS+=        -I${.CURDIR}
11 WARNS?=         2
12
13 .include <bsd.prog.mk>