1 1.7 lukem # $NetBSD: Makefile,v 1.7 2023/06/03 09:09:20 lukem Exp $ 2 1.1 plunky # 3 1.1 plunky 4 1.1 plunky PROG= btpand 5 1.1 plunky MAN= btpand.8 6 1.5 plunky SRCS= btpand.c bnep.c channel.c client.c packet.c server.c tap.c 7 1.1 plunky 8 1.4 plunky DPADD+= ${LIBBLUETOOTH} ${LIBEVENT} ${LIBUTIL} 9 1.4 plunky LDADD+= -lbluetooth -levent -lutil 10 1.1 plunky 11 1.7 lukem COPTS.tap.c+= ${CC_WNO_STRINGOP_TRUNCATION} 12 1.6 mrg 13 1.1 plunky .include <bsd.prog.mk> 14