align ARM cpu.h importing & using armreg.h
[minix3.git] / tests / lib / libbluetooth / Makefile
blob435d29245e4cc4fad600e778fdb27a87492c2bb8
1 # $NetBSD: Makefile,v 1.1 2011/04/07 06:21:57 plunky Exp $
3 .include <bsd.own.mk>
5 TESTSDIR= ${TESTSBASE}/lib/libbluetooth
7 DPADD+= ${LIBBLUETOOTH}
8 LDADD+= -lbluetooth
10 TESTS_C+= t_bluetooth
11 TESTS_C+= t_sdp_data
12 TESTS_C+= t_sdp_get
13 TESTS_C+= t_sdp_match
14 TESTS_C+= t_sdp_put
15 TESTS_C+= t_sdp_set
17 .include <bsd.test.mk>