6a55a964fc
values. Some sample uses: controlling USB speakers with the HID buttons on them, invoking the proper programs from the HID buttons on modern USB keyboards.
13 lines
225 B
Makefile
13 lines
225 B
Makefile
# $NetBSD: Makefile,v 1.1 2000/12/30 13:07:48 augustss Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= usbhidaction
|
|
SRCS= usbhidaction.c
|
|
|
|
LDADD+= -lusb -lutil
|
|
DPADD+= ${LIBUSB} ${LIBUTIL}
|
|
|
|
.include <bsd.prog.mk>
|
|
.include <bsd.subdir.mk>
|