freebsd-dev/usr.sbin/bluetooth/sdpd/Makefile
Emmanuel Vadot 9553ea80a8 pkgbase: Add a FreeBSD-bluetooth package
Move the bluetooth related files from FreeBSD-runtime to a new package named
FreeBSD-bluetooth
The FreeBSD runtime is only intended to have everything for a working
FreeBSD installation and bluetooth isn't needed for that.

Reviewed by:	bapt, gjb
Differential Revision:	https://reviews.freebsd.org/D20959
2019-07-19 15:10:03 +00:00

16 lines
384 B
Makefile

# $Id: Makefile,v 1.1 2004/01/20 21:27:55 max Exp $
# $FreeBSD$
PACKAGE= bluetooth
PROG= sdpd
MAN= sdpd.8
SRCS= audio_sink.c audio_source.c \
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>