1998-09-27 21:22:03 +04:00
|
|
|
# $NetBSD: Makefile,v 1.2 1998/09/27 17:22:13 lukem Exp $
|
1998-07-13 15:14:03 +04:00
|
|
|
|
|
|
|
PROG= usbhidctl
|
|
|
|
SRCS= usbhid.c hidsubr.c
|
1998-09-27 21:22:03 +04:00
|
|
|
.if !defined(NOSHARE)
|
1998-07-13 15:14:03 +04:00
|
|
|
FILES= usb_hid_usages
|
|
|
|
FILESDIR=/usr/share/misc
|
1998-09-27 21:22:03 +04:00
|
|
|
.endif
|
1998-07-13 15:14:03 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.include <bsd.subdir.mk>
|