Home | History | Annotate | Line # | Download | only in usbhidaction
Makefile revision 1.5.2.2
      1  1.5.2.2  christos #	$NetBSD: Makefile,v 1.5.2.2 2006/05/19 14:43:59 christos Exp $
      2  1.5.2.2  christos 
      3  1.5.2.2  christos .include <bsd.own.mk>
      4  1.5.2.2  christos WARNS?=4
      5  1.5.2.2  christos 
      6  1.5.2.2  christos PROG=	usbhidaction
      7  1.5.2.2  christos SRCS=	usbhidaction.c
      8  1.5.2.2  christos 
      9  1.5.2.2  christos LDADD+=	-lusbhid -lutil
     10  1.5.2.2  christos DPADD+=	${LIBUSBHID} ${LIBUTIL}
     11  1.5.2.2  christos 
     12  1.5.2.2  christos .include <bsd.prog.mk>
     13  1.5.2.2  christos .include <bsd.subdir.mk>
     14