freebsd-dev/usr.sbin/bluetooth/sdpd/Makefile
Maksim Yevmenkin f2505d7088 Add support for the NAP, GN and PANU profiles to the sdpd(8).
It should be mentioned that a somewhat similar patch was
submitted by Rako < rako29 at gmail dot com >

MFC after:	1 week
2008-03-11 16:51:07 +00:00

14 lines
333 B
Makefile

# $Id: Makefile,v 1.1 2004/01/20 21:27:55 max Exp $
# $FreeBSD$
PROG= sdpd
MAN= sdpd.8
SRCS= bgd.c dun.c ftrn.c gn.c irmc.c irmc_command.c lan.c log.c \
main.c nap.c opush.c panu.c profile.c provider.c sar.c scr.c \
sd.c server.c sp.c srr.c ssar.c ssr.c sur.c uuid.c
CFLAGS+= -I${.CURDIR}
WARNS?= 2
.include <bsd.prog.mk>