History log of /freebsd-current/share/examples/libusb20/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# a5921bc3 09-May-2016 Glen Barber <gjb@FreeBSD.org>

Update share/examples/* to properly install /usr/share/examples.

As result of this, a new examples package is now created.

Note, this is only effective with 'SHARED=copies' (the default),
as the 'SHARED=symlinks' mechanism will create a symlink to the
source tree version of the file(s).

Sponsored by: The FreeBSD Foundation


# 2578c12e 07-Nov-2013 Hans Petter Selasky <hselasky@FreeBSD.org>

- Use libusb20_strerror() function instead of custom usb_error() one.
- Rename "aux.[ch]" to "util.[ch]" which is a more common name for
utility functions and allows checkout on some non-FreeBSD systems
where the "aux.*" namespace is reserved.
- Fix some compile warnings while at it.

PR: usb/183728
MFC after: 2 weeks


# 3b9676ef 18-Jul-2012 Joerg Wunsch <joerg@FreeBSD.org>

Add some examples about how to use FreeBSD's libusb20 in your own
code.