Home | History | Annotate | Line # | Download | only in btpand
Makefile revision 1.5.46.1
      1 # $NetBSD: Makefile,v 1.5.46.1 2020/04/13 08:05:51 martin 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+=	${GCC_NO_STRINGOP_TRUNCATION}
     12 
     13 .include <bsd.prog.mk>
     14