From owner-svn-src-projects@FreeBSD.ORG Fri Oct 22 03:05:35 2010 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24C33106566C; Fri, 22 Oct 2010 03:05:35 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 142558FC17; Fri, 22 Oct 2010 03:05:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o9M35Yr2011606; Fri, 22 Oct 2010 03:05:34 GMT (envelope-from jeff@svn.freebsd.org) Received: (from jeff@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o9M35YW3011604; Fri, 22 Oct 2010 03:05:34 GMT (envelope-from jeff@svn.freebsd.org) Message-Id: <201010220305.o9M35YW3011604@svn.freebsd.org> From: Jeff Roberson Date: Fri, 22 Oct 2010 03:05:34 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r214193 - projects/ofed/head/contrib/ofed/include/infiniband X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2010 03:05:35 -0000 Author: jeff Date: Fri Oct 22 03:05:34 2010 New Revision: 214193 URL: http://svn.freebsd.org/changeset/base/214193 Log: - Add IBINCS to the list of includes to install Sponsored by: Isilon Systems, iX Systems, and Panasas. Modified: projects/ofed/head/contrib/ofed/include/infiniband/Makefile Modified: projects/ofed/head/contrib/ofed/include/infiniband/Makefile ============================================================================== --- projects/ofed/head/contrib/ofed/include/infiniband/Makefile Fri Oct 22 00:11:55 2010 (r214192) +++ projects/ofed/head/contrib/ofed/include/infiniband/Makefile Fri Oct 22 03:05:34 2010 (r214193) @@ -102,6 +102,6 @@ IBCMINCS= ${IBCM}/cm.h ${IBCM}/cm_abi.h IBCMINCSDIR= ${INCLUDEDIR}/infiniband INCSGROUPS= INCS VERBINCS COMMONINCS MADINCS UMADINCS COMPLIBINCS IBAINCS -INCSGROUPS+= OPENSMINCS VENDORINCS IBCMINCS +INCSGROUPS+= OPENSMINCS VENDORINCS IBCMINCS IBINCS .include