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