summaryrefslogtreecommitdiffstats
path: root/lib/libusb20/Makefile
blob: 0c0f18f1bfec3472b9b32e52f5ce3eefdb5e631d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>

OpenPOWER on IntegriCloud