NetBSD/usr.sbin/btpand/Makefile

12 lines
261 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 2009/05/12 21:50:38 plunky Exp $
2008-08-17 17:20:57 +04:00
#
PROG= btpand
MAN= btpand.8
SRCS= btpand.c bnep.c channel.c client.c packet.c server.c tap.c
2008-08-17 17:20:57 +04:00
2009-05-12 17:11:18 +04:00
DPADD+= ${LIBBLUETOOTH} ${LIBEVENT} ${LIBUTIL}
LDADD+= -lbluetooth -levent -lutil
2008-08-17 17:20:57 +04:00
.include <bsd.prog.mk>