svn commit: r321916 - head/contrib/ofed/usr.bin

Ngie Cooper ngie at FreeBSD.org
Wed Aug 2 09:00:19 UTC 2017


Author: ngie
Date: Wed Aug  2 09:00:18 2017
New Revision: 321916
URL: https://svnweb.freebsd.org/changeset/base/321916

Log:
  Fix accidental misconversion done in r321912
  
  SUBDIR.${MK_TESTS} should append osmtest, not tests
  
  MFC after:	1 week
  MFC with:	r321912

Modified:
  head/contrib/ofed/usr.bin/Makefile

Modified: head/contrib/ofed/usr.bin/Makefile
==============================================================================
--- head/contrib/ofed/usr.bin/Makefile	Wed Aug  2 08:54:18 2017	(r321915)
+++ head/contrib/ofed/usr.bin/Makefile	Wed Aug  2 09:00:18 2017	(r321916)
@@ -4,7 +4,7 @@ SUBDIR= ibaddr ibnetdiscover ibping ibportstate ibrout
 	ibsysstat ibtracert opensm perfquery saquery \
 	sminfo smpdump smpquery vendstat
 
-SUBDIR.${MK_TESTS}+= tests
+SUBDIR.${MK_TESTS}+= osmtest
 
 SUBDIR_PARALLEL=
 


More information about the svn-src-head mailing list