]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/bluetooth/sdpd/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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 gn.c irmc.c irmc_command.c lan.c log.c \
7                 main.c nap.c opush.c panu.c profile.c provider.c sar.c scr.c \
8                 sd.c server.c sp.c srr.c ssar.c ssr.c sur.c uuid.c
9
10 CFLAGS+=        -I${.CURDIR}
11 WARNS?=         2
12
13 .include <bsd.prog.mk>