summaryrefslogtreecommitdiffstats
path: root/lib/libusbhid/Makefile
blob: 8222bee0652d96ac135d87ecb4c2b6c8fafe46ba (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
25
26
#	$NetBSD: Makefile,v 1.5 1999/07/23 09:44:38 mrg Exp $
#	$FreeBSD$

MAINTAINER=	n_hibma@FreeBSD.ORG

LIB=	usbhid
MAN=	usbhid.3

SHLIB_MAJOR= 0
SHLIB_MINOR= 0

MLINKS=	usbhid.3 libusbhid.3 usbhid.3 hid_get_report_desc.3 \
	usbhid.3 hid_dispose_report_desc.3 \
	usbhid.3 hid_start_parse.3 usbhid.3 hid_end_parse.3 \
	usbhid.3 hid_get_item.3 usbhid.3 hid_report_size.3 \
	usbhid.3 hid_locate.3 \
	usbhid.3 hid_usage_page.3 usbhid.3 hid_usage_in_page.3 \
	usbhid.3 hid_init.3 \
	usbhid.3 hid_get_data.3 usbhid.3 hid_set_data.3

SRCS=	descr.c parse.c usage.c data.c

INCS=	libusbhid.h

.include <bsd.lib.mk>

OpenPOWER on IntegriCloud