diff options
author | 2001-12-30 07:06:53 +0000 | |
---|---|---|
committer | 2001-12-30 07:06:53 +0000 | |
commit | 35244cce1ab8d1fdafecc242c9bc23e47391578d (patch) | |
tree | 6e648218ed4a19c9b6df695d19f68b173766d1e7 | |
parent | Rename libusb to libusbhid, a better name, per NetBSD (diff) | |
download | wireguard-openbsd-35244cce1ab8d1fdafecc242c9bc23e47391578d.tar.xz wireguard-openbsd-35244cce1ab8d1fdafecc242c9bc23e47391578d.zip |
libusb -> libusbhid
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index ee2ab289f3b..ee4c7e1a006 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.99 2001/11/06 20:28:07 deraadt Exp $ +# $OpenBSD: Makefile,v 1.100 2001/12/30 07:06:53 pvalchev Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -44,7 +44,7 @@ RDIRS= ../lib/libc_r ../lib/libcom_err ../lib/libcompat ../lib/libcurses \ ../lib/libcurses++ ../lib/libform ../lib/libmenu ../lib/libocurses \ ../lib/libossaudio ../lib/libpanel ../lib/librpcsvc ../lib/libskey \ ../lib/libsectok ../lib/libedit ../lib/libpcap ../lib/libutil \ - ../lib/libusb ../lib/libwrap ../lib/libz ../lib/libkeynote \ + ../lib/libusbhid ../lib/libwrap ../lib/libz ../lib/libkeynote \ ../gnu/lib/libreadline ../sys/arch/${MACHINE} # Places using Makefile that needs a prerequisite target met before includes |