freebsd-dev/lib/libusbhid/Makefile
Ken Smith 3ca3047aee Bump the version of all non-symbol-versioned shared libraries in
preparation for 8.0-RELEASE.  Add the previous version of those
libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.

Reviewed by:    kib
Approved by:    re (rwatson)
2009-07-19 17:25:24 +00:00

23 lines
568 B
Makefile

# $NetBSD: Makefile,v 1.5 1999/07/23 09:44:38 mrg Exp $
# $FreeBSD$
LIB= usbhid
MAN= usbhid.3
SHLIB_MAJOR= 4
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 descr_compat.c parse.c usage.c data.c
INCS= usbhid.h
.include <bsd.lib.mk>