Home | History | Annotate | Line # | Download | only in btpand
Makefile revision 1.1
      1  1.1  plunky # $NetBSD: Makefile,v 1.1 2008/08/17 13:20:57 plunky Exp $
      2  1.1  plunky #
      3  1.1  plunky 
      4  1.1  plunky PROG=	btpand
      5  1.1  plunky MAN=	btpand.8
      6  1.1  plunky SRCS=	btpand.c bnep.c channel.c client.c packet.c server.c sdp.c tap.c
      7  1.1  plunky 
      8  1.1  plunky CFLAGS+=-g -D_DIAGNOSTIC
      9  1.1  plunky 
     10  1.1  plunky DPADD+=	${LIBBLUETOOTH} ${LIBSDP} ${LIBEVENT} ${LIBUTIL}
     11  1.1  plunky LDADD+=	-lbluetooth -lsdp -levent -lutil
     12  1.1  plunky 
     13  1.1  plunky .include <bsd.prog.mk>
     14