1# 2# $FreeBSD$ 3# 4# Makefile for the FreeBSD specific LibUSB 2.0 5# 6 7LIB= usb 8SHLIB_MAJOR= 1 9SHLIB_MINOR= 0 10SRCS= libusb20.c 11SRCS+= libusb20_desc.c 12SRCS+= libusb20_ugen20.c 13SRCS+= libusb20_compat01.c 14SRCS+= libusb20_compat10.c 15INCS+= libusb20.h 16INCS+= libusb20_desc.h 17MAN= libusb20.3 18MKLINT= no 19NOGCCERROR= 20 21# libusb 0.1 compat 22INCS+= usb.h 23 24.include <bsd.lib.mk> 25 26