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=
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to