diff options
Diffstat (limited to 'lib/libusb20/Makefile')
| -rw-r--r-- | lib/libusb20/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/libusb20/Makefile b/lib/libusb20/Makefile new file mode 100644 index 000000000000..0c0f18f1bfec --- /dev/null +++ b/lib/libusb20/Makefile @@ -0,0 +1,24 @@ +# +# $FreeBSD$ +# +# Makefile for the FreeBSD specific LibUSB 2.0 +# + +LIB= usb20 +SHLIB_MAJOR= 1 +SHLIB_MINOR= 0 +SRCS= libusb20.c +SRCS+= libusb20_desc.c +SRCS+= libusb20_ugen20.c +SRCS+= libusb20_compat01.c +SRCS+= libusb20_compat10.c +INCS+= libusb20.h +INCS+= libusb20_desc.h +INCS+= libusb20_compat01.h +INCS+= libusb20_compat10.h +MAN= libusb20.3 +MKLINT= no +NOGCCERROR= + +.include <bsd.lib.mk> + |
