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