diff options
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 ef1ed96496f..d9bd659f7b3 100644 --- a/lib/libusbhid/Makefile +++ b/lib/libusbhid/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2005/11/24 20:49:23 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 2012/07/11 13:43:54 yuo 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_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 \ |