svn commit: r287781 - head/tools/tools/usbtest

Hans Petter Selasky hselasky at FreeBSD.org
Mon Sep 14 12:25:46 UTC 2015


Author: hselasky
Date: Mon Sep 14 12:25:45 2015
New Revision: 287781
URL: https://svnweb.freebsd.org/changeset/base/287781

Log:
  Add missing BINDIR variable.

Modified:
  head/tools/tools/usbtest/Makefile

Modified: head/tools/tools/usbtest/Makefile
==============================================================================
--- head/tools/tools/usbtest/Makefile	Mon Sep 14 10:52:26 2015	(r287780)
+++ head/tools/tools/usbtest/Makefile	Mon Sep 14 12:25:45 2015	(r287781)
@@ -26,6 +26,7 @@
 #
 PROG=	usbtest
 MAN=
+BINDIR?= /usr/sbin
 SRCS+=	usbtest.c
 SRCS+=	usb_msc_test.c
 SRCS+=	usb_modem_test.c


More information about the svn-src-all mailing list