1*11be35a1SLionel Sambuc# $NetBSD: Makefile,v 1.1 2011/04/07 06:21:57 plunky Exp $ 2*11be35a1SLionel Sambuc 3*11be35a1SLionel Sambuc.include <bsd.own.mk> 4*11be35a1SLionel Sambuc 5*11be35a1SLionel SambucTESTSDIR= ${TESTSBASE}/lib/libbluetooth 6*11be35a1SLionel Sambuc 7*11be35a1SLionel SambucDPADD+= ${LIBBLUETOOTH} 8*11be35a1SLionel SambucLDADD+= -lbluetooth 9*11be35a1SLionel Sambuc 10*11be35a1SLionel SambucTESTS_C+= t_bluetooth 11*11be35a1SLionel SambucTESTS_C+= t_sdp_data 12*11be35a1SLionel SambucTESTS_C+= t_sdp_get 13*11be35a1SLionel SambucTESTS_C+= t_sdp_match 14*11be35a1SLionel SambucTESTS_C+= t_sdp_put 15*11be35a1SLionel SambucTESTS_C+= t_sdp_set 16*11be35a1SLionel Sambuc 17*11be35a1SLionel Sambuc.include <bsd.test.mk> 18