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