Home | History | Annotate | Line # | Download | only in rfcomm_sppd
Makefile revision 1.1
      1  1.1  gdamore # $NetBSD: Makefile,v 1.1 2006/06/19 15:44:56 gdamore Exp $
      2  1.1  gdamore 
      3  1.1  gdamore PROG=		rfcomm_sppd
      4  1.1  gdamore SRCS=		rfcomm_sppd.c rfcomm_sdp.c
      5  1.1  gdamore 
      6  1.1  gdamore DPADD+=		${LIBBLUETOOTH} ${LIBSDP}
      7  1.1  gdamore LDADD+=		-lbluetooth -lsdp
      8  1.1  gdamore 
      9  1.1  gdamore .include <bsd.prog.mk>
     10