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