summaryrefslogtreecommitdiffstats
path: root/usr.bin/usbhidaction/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/usbhidaction/Makefile')
-rw-r--r--usr.bin/usbhidaction/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.bin/usbhidaction/Makefile b/usr.bin/usbhidaction/Makefile
new file mode 100644
index 0000000..8f5a6b5
--- /dev/null
+++ b/usr.bin/usbhidaction/Makefile
@@ -0,0 +1,10 @@
+# $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>
OpenPOWER on IntegriCloud