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