Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Ups, it is LIBUSBHID and not LIBUSBHIB.



details:   https://anonhg.NetBSD.org/src/rev/c3b35c11b260
branches:  trunk
changeset: 521646:c3b35c11b260
user:      veego <veego%NetBSD.org@localhost>
date:      Sat Feb 02 16:54:26 2002 +0000

description:
Ups, it is LIBUSBHID and not LIBUSBHIB.

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 b59189e8c03b -r c3b35c11b260 share/mk/bsd.prog.mk
--- a/share/mk/bsd.prog.mk      Sat Feb 02 16:53:39 2002 +0000
+++ b/share/mk/bsd.prog.mk      Sat Feb 02 16:54:26 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.prog.mk,v 1.149 2002/02/02 16:49:52 veego Exp $
+#      $NetBSD: bsd.prog.mk,v 1.150 2002/02/02 16:54:26 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
-LIBUSBHIB?=    ${DESTDIR}/usr/lib/libusbhid.a
+LIBUSBHID?=    ${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 b59189e8c03b -r c3b35c11b260 usr.bin/usbhidaction/Makefile
--- a/usr.bin/usbhidaction/Makefile     Sat Feb 02 16:53:39 2002 +0000
+++ b/usr.bin/usbhidaction/Makefile     Sat Feb 02 16:54:26 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2002/02/02 16:50:19 veego Exp $
+#      $NetBSD: Makefile,v 1.4 2002/02/02 16:54:26 veego Exp $
 
 .include <bsd.own.mk>
 
@@ -6,7 +6,7 @@
 SRCS=  usbhidaction.c
 
 LDADD+=        -lusbhid -lutil
-DPADD+=        ${LIBUSBHIB} ${LIBUTIL}
+DPADD+=        ${LIBUSBHID} ${LIBUTIL}
 
 .include <bsd.prog.mk>
 .include <bsd.subdir.mk>
diff -r b59189e8c03b -r c3b35c11b260 usr.bin/usbhidctl/Makefile
--- a/usr.bin/usbhidctl/Makefile        Sat Feb 02 16:53:39 2002 +0000
+++ b/usr.bin/usbhidctl/Makefile        Sat Feb 02 16:54:26 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2002/02/02 16:50:19 veego Exp $
+#      $NetBSD: Makefile,v 1.9 2002/02/02 16:54:28 veego Exp $
 
 .include <bsd.own.mk>
 
@@ -6,7 +6,7 @@
 SRCS=  usbhid.c
 
 LDADD+=        -lusbhid
-DPADD+=        ${LIBUSBHIB}
+DPADD+=        ${LIBUSBHID}
 
 .include <bsd.prog.mk>
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index