NetBSD/usr.bin/usbhidaction/Makefile
augustss 6a55a964fc Add a command to perform commands when USB HID items take on certain
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.
2000-12-30 13:07:48 +00:00

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>