summaryrefslogtreecommitdiffstats
path: root/usr.bin/usbhidctl/Makefile
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>2000-07-05 17:43:33 +0000
committern_hibma <n_hibma@FreeBSD.org>2000-07-05 17:43:33 +0000
commit72c0a8a9d4c7aa7b4c5cfc338c7adce925d57f6a (patch)
treed73fdc15400bea0adfa9f19faa733f6f141b9a89 /usr.bin/usbhidctl/Makefile
parenta5e8ea10096f636aa3c392e67e18eea188cb56a8 (diff)
downloadFreeBSD-src-72c0a8a9d4c7aa7b4c5cfc338c7adce925d57f6a.zip
FreeBSD-src-72c0a8a9d4c7aa7b4c5cfc338c7adce925d57f6a.tar.gz
Add the usbhidctl utility, from NetBSD, by Lennart Augusst
Diffstat (limited to 'usr.bin/usbhidctl/Makefile')
-rw-r--r--usr.bin/usbhidctl/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.bin/usbhidctl/Makefile b/usr.bin/usbhidctl/Makefile
new file mode 100644
index 0000000..87a7c74
--- /dev/null
+++ b/usr.bin/usbhidctl/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.4 1999/05/11 21:02:25 augustss Exp $
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+PROG= usbhidctl
+SRCS= usbhid.c
+
+LDADD+= -lusb
+DPADD+= ${LIBUSB}
+
+.include <bsd.prog.mk>
+.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud