Makefile revision 1.3
1# $NetBSD: Makefile,v 1.3 2009/05/07 18:08:55 plunky Exp $
2#
3
4PROG=	btpand
5MAN=	btpand.8
6SRCS=	btpand.c bnep.c channel.c client.c packet.c server.c sdp.c tap.c
7
8DPADD+=	${LIBBLUETOOTH} ${LIBSDP} ${LIBEVENT} ${LIBUTIL}
9LDADD+=	-lbluetooth -lsdp -levent -lutil
10
11CPPFLAGS+=	-DSDP_COMPAT
12
13.include <bsd.prog.mk>
14