Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Nov 2017 12:29:50 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r325998 - projects/bsd_rdma_4_9/contrib/ofed
Message-ID:  <201711191229.vAJCToBD042518@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711191229.vAJCToBD042518>