diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2014-10-01 04:07:17 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2014-10-01 04:07:17 +0000 |
| commit | 478290db20b28ab28ce7e08cf33f1b44d82e4cb3 (patch) | |
| tree | b31430c773d683d336caf956649e9ed3f459369c /lib/libbluetooth/Makefile | |
Notes
Diffstat (limited to 'lib/libbluetooth/Makefile')
| -rw-r--r-- | lib/libbluetooth/Makefile | 17 |
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> |
