mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
9553ea80a8
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
16 lines
384 B
Makefile
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>
|