Author: hselasky
Date: Sun Jan 11 14:49:18 2015
New Revision: 276980
URL: https://svnweb.freebsd.org/changeset/base/276980

Log:
  Unset BINDIR for osmtest, because ${TESTSBASE} is unset.
  
  Sponsored by: Mellanox Technologies

Modified:
  stable/9/contrib/ofed/usr.bin/osmtest/Makefile

Modified: stable/9/contrib/ofed/usr.bin/osmtest/Makefile
==============================================================================
--- stable/9/contrib/ofed/usr.bin/osmtest/Makefile      Sun Jan 11 14:36:26 
2015        (r276979)
+++ stable/9/contrib/ofed/usr.bin/osmtest/Makefile      Sun Jan 11 14:49:18 
2015        (r276980)
@@ -5,7 +5,8 @@
 OPENSM=        ${.CURDIR}/../../management/opensm
 .PATH: ${OPENSM}/osmtest ${OPENSM}/man
 
-BINDIR=        ${TESTSBASE}/usr.bin/opensm
+# NOTE: FreeBSD-9 has currently no ${TESTSBASE}
+#BINDIR=       ${TESTSBASE}/usr.bin/opensm
 PROG=  osmtest
 
 SRCS=  main.c \
_______________________________________________
svn-src-stable-9@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to