Home | History | Annotate | Line # | Download | only in usbhidaction
Makefile revision 1.6
      1  1.6     lukem #	$NetBSD: Makefile,v 1.6 2009/04/14 22:15:28 lukem Exp $
      2  1.1  augustss 
      3  1.1  augustss .include <bsd.own.mk>
      4  1.1  augustss 
      5  1.1  augustss PROG=	usbhidaction
      6  1.1  augustss SRCS=	usbhidaction.c
      7  1.1  augustss 
      8  1.2  augustss LDADD+=	-lusbhid -lutil
      9  1.4     veego DPADD+=	${LIBUSBHID} ${LIBUTIL}
     10  1.1  augustss 
     11  1.1  augustss .include <bsd.prog.mk>
     12  1.1  augustss .include <bsd.subdir.mk>
     13