Home | History | Annotate | Line # | Download | only in usbhidctl
Makefile revision 1.7
      1  1.7  augustss #	$NetBSD: Makefile,v 1.7 2001/12/28 17:49:32 augustss Exp $
      2  1.3     lukem 
      3  1.3     lukem .include <bsd.own.mk>
      4  1.1  augustss 
      5  1.1  augustss PROG=	usbhidctl
      6  1.4  augustss SRCS=	usbhid.c
      7  1.4  augustss 
      8  1.7  augustss LDADD+=	-lusbhid
      9  1.4  augustss DPADD+=	${LIBUSB}
     10  1.1  augustss 
     11  1.1  augustss .include <bsd.prog.mk>
     12  1.1  augustss .include <bsd.subdir.mk>
     13