Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Change LIBUSB to LIBUSBHIB, reflecting the library name change.
details: https://anonhg.NetBSD.org/src/rev/81042144e95b
branches: trunk
changeset: 521643:81042144e95b
user: veego <veego%NetBSD.org@localhost>
date: Sat Feb 02 16:49:52 2002 +0000
description:
Change LIBUSB to LIBUSBHIB, reflecting the library name change.
diffstat:
share/mk/bsd.prog.mk | 4 ++--
usr.bin/usbhidaction/Makefile | 4 ++--
usr.bin/usbhidctl/Makefile | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 7eb82a1d9ab0 -r 81042144e95b share/mk/bsd.prog.mk
--- a/share/mk/bsd.prog.mk Sat Feb 02 16:30:28 2002 +0000
+++ b/share/mk/bsd.prog.mk Sat Feb 02 16:49:52 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prog.mk,v 1.148 2002/01/29 03:09:54 enami Exp $
+# $NetBSD: bsd.prog.mk,v 1.149 2002/02/02 16:49:52 veego Exp $
# @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94
.include <bsd.init.mk>
@@ -74,7 +74,7 @@
LIBSL?= ${DESTDIR}/usr/lib/libsl.a
LIBTERMCAP?= ${DESTDIR}/usr/lib/libtermcap.a
LIBTELNET?= ${DESTDIR}/usr/lib/libtelnet.a
-LIBUSB?= ${DESTDIR}/usr/lib/libusb.a
+LIBUSBHIB?= ${DESTDIR}/usr/lib/libusbhid.a
LIBUTIL?= ${DESTDIR}/usr/lib/libutil.a
LIBWRAP?= ${DESTDIR}/usr/lib/libwrap.a
LIBY?= ${DESTDIR}/usr/lib/liby.a
diff -r 7eb82a1d9ab0 -r 81042144e95b usr.bin/usbhidaction/Makefile
--- a/usr.bin/usbhidaction/Makefile Sat Feb 02 16:30:28 2002 +0000
+++ b/usr.bin/usbhidaction/Makefile Sat Feb 02 16:49:52 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/12/28 17:49:31 augustss Exp $
+# $NetBSD: Makefile,v 1.3 2002/02/02 16:50:19 veego Exp $
.include <bsd.own.mk>
@@ -6,7 +6,7 @@
SRCS= usbhidaction.c
LDADD+= -lusbhid -lutil
-DPADD+= ${LIBUSB} ${LIBUTIL}
+DPADD+= ${LIBUSBHIB} ${LIBUTIL}
.include <bsd.prog.mk>
.include <bsd.subdir.mk>
diff -r 7eb82a1d9ab0 -r 81042144e95b usr.bin/usbhidctl/Makefile
--- a/usr.bin/usbhidctl/Makefile Sat Feb 02 16:30:28 2002 +0000
+++ b/usr.bin/usbhidctl/Makefile Sat Feb 02 16:49:52 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/12/28 17:49:32 augustss Exp $
+# $NetBSD: Makefile,v 1.8 2002/02/02 16:50:19 veego Exp $
.include <bsd.own.mk>
@@ -6,7 +6,7 @@
SRCS= usbhid.c
LDADD+= -lusbhid
-DPADD+= ${LIBUSB}
+DPADD+= ${LIBUSBHIB}
.include <bsd.prog.mk>
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index