summaryrefslogtreecommitdiff
path: root/lib/libbluetooth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libbluetooth/Makefile')
-rw-r--r--lib/libbluetooth/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/libbluetooth/Makefile b/lib/libbluetooth/Makefile
new file mode 100644
index 000000000000..435d29245e4c
--- /dev/null
+++ b/lib/libbluetooth/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2011/04/07 06:21:57 plunky Exp $
+
+.include <bsd.own.mk>
+
+TESTSDIR= ${TESTSBASE}/lib/libbluetooth
+
+DPADD+= ${LIBBLUETOOTH}
+LDADD+= -lbluetooth
+
+TESTS_C+= t_bluetooth
+TESTS_C+= t_sdp_data
+TESTS_C+= t_sdp_get
+TESTS_C+= t_sdp_match
+TESTS_C+= t_sdp_put
+TESTS_C+= t_sdp_set
+
+.include <bsd.test.mk>