diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2012-07-16 19:57:18 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2012-07-16 19:57:18 +0000 |
commit | d8744176cbad9fa857ad72442b36642ea5e2bf85 (patch) | |
tree | cf6d02d173dc86bb62231415545cb04dc33428fe /lib/libusbhid/Makefile | |
parent | c1c071f56546d75090dad47c26f4b82cf1c4db31 (diff) |
revert previous, it was hardly tested and is causing too many issues too close to release.
as discussed with and ok mpi@ deraadt@
Diffstat (limited to 'lib/libusbhid/Makefile')
-rw-r--r-- | lib/libusbhid/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libusbhid/Makefile b/lib/libusbhid/Makefile index d9bd659f7b3..4ae744756c7 100644 --- a/lib/libusbhid/Makefile +++ b/lib/libusbhid/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2012/07/11 13:43:54 yuo Exp $ +# $OpenBSD: Makefile,v 1.6 2012/07/16 19:57:17 jasper Exp $ # $NetBSD: Makefile,v 1.5 1999/07/23 09:44:38 mrg Exp $ LIB= usbhid @@ -10,7 +10,6 @@ MLINKS= usbhid.3 hid_dispose_report_desc.3 \ usbhid.3 hid_get_data.3 \ usbhid.3 hid_get_item.3 \ usbhid.3 hid_get_report_desc.3 \ - usbhid.3 hid_get_report_id.3 \ usbhid.3 hid_init.3 \ usbhid.3 hid_start.3 \ usbhid.3 hid_locate.3 \ |