Home | History | Annotate | Line # | Download | only in usbhidctl
Makefile revision 1.5
      1  1.5  augustss #	$NetBSD: Makefile,v 1.5 2001/12/22 12:34:41 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.5  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