NetBSD/usr.sbin/btpand/Makefile

12 lines
261 B
Makefile

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