diff options
author | hselasky <hselasky@FreeBSD.org> | 2015-09-14 12:25:45 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2015-09-14 12:25:45 +0000 |
commit | c65a6bf3f2961eafa334673248e1864dbce56d0c (patch) | |
tree | 03c8e4dc3e6522921da69b1c4522245570f7e1fa | |
parent | 1a99c0928d2542d03995cea75e0ac0da4a347e31 (diff) | |
download | FreeBSD-src-c65a6bf3f2961eafa334673248e1864dbce56d0c.zip FreeBSD-src-c65a6bf3f2961eafa334673248e1864dbce56d0c.tar.gz |
Add missing BINDIR variable.
-rw-r--r-- | tools/tools/usbtest/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tools/usbtest/Makefile b/tools/tools/usbtest/Makefile index c674498..f9b16bc 100644 --- a/tools/tools/usbtest/Makefile +++ b/tools/tools/usbtest/Makefile @@ -26,6 +26,7 @@ # PROG= usbtest MAN= +BINDIR?= /usr/sbin SRCS+= usbtest.c SRCS+= usb_msc_test.c SRCS+= usb_modem_test.c |