freebsd-nq/usr.bin/usbhidaction/Makefile
Matthew N. Dodd ce5b934709 Add usbhidaction(1).
This allows actions to be bound to HID events.

Obtained from:	 NetBSD
2003-04-09 11:16:34 +00:00

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>