components/open-fabrics/Makefile
changeset 1948 2d1537e7942d
parent 1496 f774cfa29f53
child 3817 30b42c38bbc4
--- a/components/open-fabrics/Makefile	Fri Jun 13 10:00:52 2014 -0600
+++ b/components/open-fabrics/Makefile	Fri Jun 13 12:36:52 2014 -0700
@@ -18,11 +18,8 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
 #
-include ../../make-rules/shared-macros.mk
-include ../../make-rules/ips.mk
-include ofed.mk
 
 LD_Z_IGNORE =
 
@@ -32,6 +29,24 @@
 COMPONENT_PROJECT_URL=	http://www.openfabrics.org/
 COMPONENT_BUGDB=	library/ofuv_lib utility/ofuv_tools
 
+TPNO_OPEN_FABRICS=	3369
+TPNO_IBUTILS=		5084
+TPNO_INFINIBAND_DIAGS=	5085
+TPNO_LIBIBMAD=		5086
+TPNO_LIBIBUMAD=		5087
+TPNO_LIBIBVERBS=	5082
+TPNO_LIBMLX4=		5088
+TPNO_LIBRDMACM=		5089
+TPNO_LIBSDP=		5080
+TPNO_OPENSM=		5091
+TPNO_PERFTEST=		5081
+TPNO_QPERF=		5083
+TPNO_RDS_TOOLS=		5092
+
+include ../../make-rules/shared-macros.mk
+include ../../make-rules/ips.mk
+include ofed.mk
+
 # for now, everything with a Makefile should be built
 SUBDIRS =	$(shell echo */Makefile | sed -e 's;/Makefile;;g')