Home | History | Annotate | Line # | Download | only in rfcomm_sppd
      1  1.5   plunky # $NetBSD: Makefile,v 1.5 2009/05/12 18:43:35 plunky 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.5   plunky SRCS=		rfcomm_sppd.c
      7  1.1  gdamore 
      8  1.4   plunky DPADD+=		${LIBBLUETOOTH}
      9  1.4   plunky LDADD+=		-lbluetooth
     10  1.1  gdamore 
     11  1.1  gdamore .include <bsd.prog.mk>
     12