summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorveego <veego@NetBSD.org>2002-02-02 16:49:52 +0000
committerveego <veego@NetBSD.org>2002-02-02 16:49:52 +0000
commit3de557e57f55ffef21e6d902bad4a660fb3255cd (patch)
tree269bef5b9bb537e465ea6575b9a3d3a902910ece
parent2667358f8ed623708ae11110fa180756387fb416 (diff)
Change LIBUSB to LIBUSBHIB, reflecting the library name change.
-rw-r--r--share/mk/bsd.prog.mk4
-rw-r--r--usr.bin/usbhidaction/Makefile4
-rw-r--r--usr.bin/usbhidctl/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/share/mk/bsd.prog.mk b/share/mk/bsd.prog.mk
index e4b6aa37136..a2ee8b732d8 100644
--- a/share/mk/bsd.prog.mk
+++ b/share/mk/bsd.prog.mk
@@ -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 @@ LIBSSL?= ${DESTDIR}/usr/lib/libssl.a
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 --git a/usr.bin/usbhidaction/Makefile b/usr.bin/usbhidaction/Makefile
index ef71252a2f0..2647c402f89 100644
--- a/usr.bin/usbhidaction/Makefile
+++ b/usr.bin/usbhidaction/Makefile
@@ -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 @@ PROG= usbhidaction
SRCS= usbhidaction.c
LDADD+= -lusbhid -lutil
-DPADD+= ${LIBUSB} ${LIBUTIL}
+DPADD+= ${LIBUSBHIB} ${LIBUTIL}
.include <bsd.prog.mk>
.include <bsd.subdir.mk>
diff --git a/usr.bin/usbhidctl/Makefile b/usr.bin/usbhidctl/Makefile
index 64ee3965842..79941b4854c 100644
--- a/usr.bin/usbhidctl/Makefile
+++ b/usr.bin/usbhidctl/Makefile
@@ -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 @@ PROG= usbhidctl
SRCS= usbhid.c
LDADD+= -lusbhid
-DPADD+= ${LIBUSB}
+DPADD+= ${LIBUSBHIB}
.include <bsd.prog.mk>
.include <bsd.subdir.mk>