diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-28 16:08:11 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-28 16:08:11 +0000 |
commit | 254dd1666eaa21b0f7ecf37507e4ee0d44284abe (patch) | |
tree | 95dc7b9b33e3ce4cad3849abbbacda29f778c0d9 /usr.bin/usbhidaction | |
parent | 1907e620378fb199406e5091b6e4a5aba9e242c7 (diff) | |
download | src-test2-254dd1666eaa21b0f7ecf37507e4ee0d44284abe.tar.gz src-test2-254dd1666eaa21b0f7ecf37507e4ee0d44284abe.zip |
Notes
Diffstat (limited to 'usr.bin/usbhidaction')
-rw-r--r-- | usr.bin/usbhidaction/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/usbhidaction/Makefile b/usr.bin/usbhidaction/Makefile index 2c43b9d35d53..6c2f7a6b8496 100644 --- a/usr.bin/usbhidaction/Makefile +++ b/usr.bin/usbhidaction/Makefile @@ -2,7 +2,6 @@ # $NetBSD: Makefile,v 1.4 2002/02/02 16:54:26 veego Exp $ PROG= usbhidaction -SRCS= usbhidaction.c LDADD= -lusbhid DPADD= ${LIBUSBHID} |