diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-11-25 19:10:28 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-11-25 19:10:28 +0000 |
commit | e13d6f8b3f1e6da25895f42f0e3321a23b4d2132 (patch) | |
tree | 08f8b8cb9695c3838114009d59775d79359e66ef /lib/libusb | |
parent | b77609818eade5b1de052e307da5f4a17351d1f9 (diff) | |
download | FreeBSD-src-e13d6f8b3f1e6da25895f42f0e3321a23b4d2132.zip FreeBSD-src-e13d6f8b3f1e6da25895f42f0e3321a23b4d2132.tar.gz |
META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.
This both avoids some dependencies on xinstall.host and allows
bootstrapping on older releases to work due to lack of at least 'install -l'
support.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib/libusb')
-rw-r--r-- | lib/libusb/Makefile.depend | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libusb/Makefile.depend b/lib/libusb/Makefile.depend index 0a2f351..7b92dbd 100644 --- a/lib/libusb/Makefile.depend +++ b/lib/libusb/Makefile.depend @@ -10,7 +10,6 @@ DIRDEPS = \ lib/libc \ lib/libcompiler_rt \ lib/libthr \ - usr.bin/xinstall.host \ .include <dirdeps.mk> |