]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/bluetooth/sdpd/Makefile
MFC r343572:
[FreeBSD/stable/10.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=           audio_sink.c audio_source.c \
7                 bgd.c dun.c ftrn.c gn.c irmc.c irmc_command.c lan.c log.c \
8                 main.c nap.c opush.c panu.c profile.c provider.c sar.c scr.c \
9                 sd.c server.c sp.c srr.c ssar.c ssr.c sur.c uuid.c
10
11 CFLAGS+=        -I${.CURDIR}
12 WARNS?=         2
13
14 .include <bsd.prog.mk>