aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth/sdpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bluetooth/sdpd/Makefile')
-rw-r--r--usr.sbin/bluetooth/sdpd/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/usr.sbin/bluetooth/sdpd/Makefile b/usr.sbin/bluetooth/sdpd/Makefile
new file mode 100644
index 000000000000..aabb16d4c3ca
--- /dev/null
+++ b/usr.sbin/bluetooth/sdpd/Makefile
@@ -0,0 +1,14 @@
+# $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>