ce5b934709
This allows actions to be bound to HID events. Obtained from: NetBSD
11 lines
174 B
Makefile
11 lines
174 B
Makefile
# $FreeBSD$
|
|
# $NetBSD: Makefile,v 1.4 2002/02/02 16:54:26 veego Exp $
|
|
|
|
PROG= usbhidaction
|
|
SRCS= usbhidaction.c
|
|
|
|
LDADD+= -lusbhid
|
|
DPADD+= ${LIBUSBHID}
|
|
|
|
.include <bsd.prog.mk>
|