]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/bluetooth/sdpd/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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>