Home | History | Annotate | Line # | Download | only in btattach
      1  1.4  jmcneill # $NetBSD: Makefile,v 1.4 2017/08/10 20:43:12 jmcneill Exp $
      2  1.1    plunky 
      3  1.1    plunky PROG=	btattach
      4  1.1    plunky MAN=	btattach.8
      5  1.4  jmcneill SRCS=	btattach.c firmload.c init_bcm2035.c init_bcm43xx.c init_bgb2xx.c \
      6  1.4  jmcneill 	init_csr.c init_digi.c init_ericsson.c init_st.c init_stlc2500.c \
      7  1.4  jmcneill 	init_swave.c init_unistone.c
      8  1.1    plunky 
      9  1.1    plunky DPADD+=	${LIBBLUETOOTH} ${LIBUTIL}
     10  1.1    plunky LDADD+=	-lbluetooth -lutil
     11  1.1    plunky 
     12  1.1    plunky .include <bsd.prog.mk>
     13