1df4b8c2aSAndrew Thompson# 2df4b8c2aSAndrew Thompson# $FreeBSD$ 3df4b8c2aSAndrew Thompson# 4df4b8c2aSAndrew Thompson# Makefile for the FreeBSD specific LibUSB 2.0 5df4b8c2aSAndrew Thompson# 6df4b8c2aSAndrew Thompson 7df4b8c2aSAndrew ThompsonLIB= usb 8df4b8c2aSAndrew ThompsonSHLIB_MAJOR= 1 9df4b8c2aSAndrew ThompsonSHLIB_MINOR= 0 10df4b8c2aSAndrew ThompsonSRCS= libusb20.c 11df4b8c2aSAndrew ThompsonSRCS+= libusb20_desc.c 12df4b8c2aSAndrew ThompsonSRCS+= libusb20_ugen20.c 13df4b8c2aSAndrew ThompsonSRCS+= libusb20_compat01.c 14df4b8c2aSAndrew ThompsonSRCS+= libusb20_compat10.c 15df4b8c2aSAndrew ThompsonINCS+= libusb20.h 16df4b8c2aSAndrew ThompsonINCS+= libusb20_desc.h 17df4b8c2aSAndrew ThompsonMAN= libusb20.3 18df4b8c2aSAndrew ThompsonMKLINT= no 19df4b8c2aSAndrew ThompsonNOGCCERROR= 20df4b8c2aSAndrew Thompson 21df4b8c2aSAndrew Thompson# libusb 0.1 compat 22df4b8c2aSAndrew ThompsonINCS+= usb.h 23df4b8c2aSAndrew Thompson 24df4b8c2aSAndrew Thompson.include <bsd.lib.mk> 25df4b8c2aSAndrew Thompson 26