Home | History | Annotate | Line # | Download | only in bthcid
Makefile revision 1.2
      1 # $NetBSD: Makefile,v 1.2 2006/07/26 11:00:07 tron Exp $
      2 
      3 PROG=		bthcid
      4 MAN=		bthcid.8
      5 SRCS=		bthcid.c hci.c client.c config.c
      6 
      7 CPPFLAGS+=	-D_BTHCID_
      8 
      9 DPADD+=		${LIBBLUETOOTH} ${LIBEVENT} ${LIBPROP} ${LIBUTIL}
     10 LDADD+=		-lbluetooth -levent -lprop -lutil
     11 
     12 .include <bsd.prog.mk>
     13