Home | History | Annotate | Line # | Download | only in usbhidctl
Makefile revision 1.4
      1  1.4  augustss #	$NetBSD: Makefile,v 1.4 1999/05/11 21:02:25 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.4  augustss LDADD+=	-lusb
      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