mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
14 lines
372 B
Makefile
14 lines
372 B
Makefile
# $Id: Makefile,v 1.1 2004/01/20 21:27:55 max Exp $
|
|
|
|
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>
|