Home | History | Annotate | Line # | Download | only in usbhidctl
Makefile revision 1.3
      1 #	$NetBSD: Makefile,v 1.3 1999/02/13 02:54:56 lukem Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 PROG=	usbhidctl
      6 SRCS=	usbhid.c hidsubr.c
      7 .if ${MKSHARE} != "no"
      8 FILES=  usb_hid_usages
      9 FILESDIR=/usr/share/misc
     10 .endif
     11 
     12 .include <bsd.prog.mk>
     13 .include <bsd.subdir.mk>
     14