svn commit: r325998 - projects/bsd_rdma_4_9/contrib/ofed

Hans Petter Selasky hselasky at FreeBSD.org
Sun Nov 19 12:29:52 UTC 2017


Author: hselasky
Date: Sun Nov 19 12:29:50 2017
New Revision: 325998
URL: https://svnweb.freebsd.org/changeset/base/325998

Log:
  There is no need to depend on libthr.
  
  Suggested by:	bdrewery@
  Sponsored by:	Mellanox Technologies

Modified:
  projects/bsd_rdma_4_9/contrib/ofed/Makefile

Modified: projects/bsd_rdma_4_9/contrib/ofed/Makefile
==============================================================================
--- projects/bsd_rdma_4_9/contrib/ofed/Makefile	Sun Nov 19 11:33:46 2017	(r325997)
+++ projects/bsd_rdma_4_9/contrib/ofed/Makefile	Sun Nov 19 12:29:50 2017	(r325998)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-SUBDIR_A_DEPEND= ${_libthr}
+SUBDIR_A_DEPEND=
 SUBDIR_A= \
 include
 


More information about the svn-src-projects mailing list