diff options
| author | veego <veego@NetBSD.org> | 2002-02-02 16:49:52 +0000 |
|---|---|---|
| committer | veego <veego@NetBSD.org> | 2002-02-02 16:49:52 +0000 |
| commit | 3de557e57f55ffef21e6d902bad4a660fb3255cd (patch) | |
| tree | 269bef5b9bb537e465ea6575b9a3d3a902910ece /usr.bin | |
| parent | 2667358f8ed623708ae11110fa180756387fb416 (diff) | |
Change LIBUSB to LIBUSBHIB, reflecting the library name change.
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/usbhidaction/Makefile | 4 | ||||
| -rw-r--r-- | usr.bin/usbhidctl/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
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> |
