diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-12-30 07:04:39 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-12-30 07:04:39 +0000 |
commit | 837e781a6ec51816e816da362e8e6826b6d8ee24 (patch) | |
tree | e7d9151bb2f4ac57c4bbb8c3eeca86fd50826da8 /lib/Makefile | |
parent | b31d4540e881701d8fc024815b8cadf2e40c2b35 (diff) |
Rename libusb to libusbhid, a better name, per NetBSD
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index d7acfcfd33e..05d4faa436c 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.43 2001/09/03 05:34:02 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.44 2001/12/30 07:04:38 pvalchev Exp $ # $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $ SUBDIR= csu libarch libc libc_r libcom_err libcompat libcurses libcurses++ \ libdes libedit libform libkeynote libl libm libmenu libocurses \ libossaudio libpanel libpcap libresolv librpcsvc libskey \ - libsectok libssl libtelnet libusb libutil libwrap liby libz libkvm + libsectok libssl libtelnet libusbhid libutil libwrap liby libz libkvm .include <bsd.subdir.mk> |