summaryrefslogtreecommitdiffstats
path: root/usr.sbin/usbconfig
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-03-09 17:05:31 +0000
committerthompsa <thompsa@FreeBSD.org>2009-03-09 17:05:31 +0000
commit4aa75fa98d0391c03bb764e4ef26baa6e4f0d6d8 (patch)
treeb5cf98cf8c78c6e43ee0f978cafd29a6ff9d864a /usr.sbin/usbconfig
parente38dcf5eef8fcbd02c8cd1e90eded3b35ce8e7c4 (diff)
downloadFreeBSD-src-4aa75fa98d0391c03bb764e4ef26baa6e4f0d6d8.zip
FreeBSD-src-4aa75fa98d0391c03bb764e4ef26baa6e4f0d6d8.tar.gz
Install libusb20.so.1 as libusb.so.1, there will be a followup commit to the
ports tree so that programs use libusb from the base by default. Thanks to Stanislav Sedov for sorting out the ports build. Bump __FreeBSD_version to 800069 Help and testing by: stas
Diffstat (limited to 'usr.sbin/usbconfig')
-rw-r--r--usr.sbin/usbconfig/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/usbconfig/Makefile b/usr.sbin/usbconfig/Makefile
index 6356963..1cd0928 100644
--- a/usr.sbin/usbconfig/Makefile
+++ b/usr.sbin/usbconfig/Makefile
@@ -4,6 +4,6 @@
PROG= usbconfig
MAN= usbconfig.8
SRCS= usbconfig.c dump.c
-LDADD+= -lusb20
+LDADD+= -lusb
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud