diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-06-04 00:47:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-06-04 00:47:33 +0000 |
commit | e424bb52533702da31fac82d26b87e39d3ea967b (patch) | |
tree | 7dba3ceb4a8a50ce589f324a0029987c1ff22964 /lib/libusbhid/Makefile | |
parent | 48771c25397e21e90627c45ee910cc54d68b0030 (diff) |
knf + new interface: hid_start() is non-exit non-stderr spewing version of hid_init(); ok matthieu millert
Diffstat (limited to 'lib/libusbhid/Makefile')
-rw-r--r-- | lib/libusbhid/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libusbhid/Makefile b/lib/libusbhid/Makefile index bc9019379d6..9293669de9d 100644 --- a/lib/libusbhid/Makefile +++ b/lib/libusbhid/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2002/09/06 00:23:12 brad Exp $ +# $OpenBSD: Makefile,v 1.3 2004/06/04 00:47:32 deraadt Exp $ # $NetBSD: Makefile,v 1.5 1999/07/23 09:44:38 mrg Exp $ LIB= usbhid @@ -10,6 +10,7 @@ MLINKS= usbhid.3 hid_dispose_report_desc.3 \ usbhid.3 hid_get_item.3 \ usbhid.3 hid_get_report_desc.3 \ usbhid.3 hid_init.3 \ + usbhid.3 hid_start.3 \ usbhid.3 hid_locate.3 \ usbhid.3 hid_parse_usage_in_page.3 \ usbhid.3 hid_parse_usage_page.3 \ |