Home | History | Annotate | Line # | Download | only in rfcomm_sppd
Makefile revision 1.2.20.1
      1  1.2.20.1      jym # $NetBSD: Makefile,v 1.2.20.1 2009/05/13 19:20:02 jym 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.2.20.1      jym SRCS=		rfcomm_sppd.c
      7       1.1  gdamore 
      8  1.2.20.1      jym DPADD+=		${LIBBLUETOOTH}
      9  1.2.20.1      jym LDADD+=		-lbluetooth
     10       1.1  gdamore 
     11       1.1  gdamore .include <bsd.prog.mk>
     12