Home | History | Annotate | Line # | Download | only in bthset
      1  1.5   plunky # $NetBSD: Makefile,v 1.5 2009/05/12 18:39:55 plunky Exp $
      2  1.2      tls 
      3  1.2      tls USE_FORT?= yes	# network client
      4  1.1  gdamore 
      5  1.1  gdamore PROG=		bthset
      6  1.1  gdamore SRCS=		bthset.c
      7  1.1  gdamore MAN=		bthset.1
      8  1.1  gdamore 
      9  1.4   plunky DPADD+=		${LIBBLUETOOTH} ${LIBEVENT}
     10  1.4   plunky LDADD+=		-lbluetooth -levent
     11  1.1  gdamore 
     12  1.1  gdamore .include <bsd.prog.mk>
     13