Home | History | Annotate | Line # | Download | only in rfcomm_sppd
Makefile revision 1.2
      1  1.2      tls # $NetBSD: Makefile,v 1.2 2007/05/28 12:06:29 tls Exp $
      2  1.2      tls 
      3  1.2      tls USE_FORT?= yes	# network client/server
      4  1.1  gdamore 
      5  1.1  gdamore PROG=		rfcomm_sppd
      6  1.1  gdamore SRCS=		rfcomm_sppd.c rfcomm_sdp.c
      7  1.1  gdamore 
      8  1.1  gdamore DPADD+=		${LIBBLUETOOTH} ${LIBSDP}
      9  1.1  gdamore LDADD+=		-lbluetooth -lsdp
     10  1.1  gdamore 
     11  1.1  gdamore .include <bsd.prog.mk>
     12