summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/sdpd
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2004-01-25 21:33:59 +0000
committeremax <emax@FreeBSD.org>2004-01-25 21:33:59 +0000
commit43320931690bc5a3408b7b709d48c54fc7d9bc2c (patch)
treee85f8e5c551c6f46cdc427a045c8691ff3c90ef0 /usr.sbin/bluetooth/sdpd
parentfe992d62dbc4b5606c681038c28400725e4a5345 (diff)
downloadFreeBSD-src-43320931690bc5a3408b7b709d48c54fc7d9bc2c.zip
FreeBSD-src-43320931690bc5a3408b7b709d48c54fc7d9bc2c.tar.gz
Cleanup CFLAGS in libsdp(3) Makefile
Connect sdpd(8) to the build Reviewed by: ru, imp (mentor)
Diffstat (limited to 'usr.sbin/bluetooth/sdpd')
-rw-r--r--usr.sbin/bluetooth/sdpd/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.sbin/bluetooth/sdpd/Makefile b/usr.sbin/bluetooth/sdpd/Makefile
new file mode 100644
index 0000000..2b8b495
--- /dev/null
+++ b/usr.sbin/bluetooth/sdpd/Makefile
@@ -0,0 +1,13 @@
+# $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 irmc.c irmc_command.c lan.c log.c main.c \
+ opush.c profile.c provider.c sar.c scr.c sd.c server.c sp.c \
+ srr.c ssar.c ssr.c sur.c
+
+CFLAGS+= -I${.CURDIR}
+WARNS?= 2
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud