components/open-fabrics/libibverbs/Makefile
changeset 817 f45ca7242301
parent 800 2ad056ed89ec
child 1125 47a52afcc302
child 2761 91830550729b
--- a/components/open-fabrics/libibverbs/Makefile	Wed May 16 01:39:44 2012 -0700
+++ b/components/open-fabrics/libibverbs/Makefile	Wed May 16 12:10:05 2012 -0700
@@ -1,4 +1,4 @@
-#
+
 # CDDL HEADER START
 #
 # The contents of this file are subject to the terms of the
@@ -34,6 +34,12 @@
 include $(WS_TOP)/make-rules/configure.mk
 include ../ofed.mk
 
+MAN3FILES =	ibv_alloc_shpd.3 \
+		ibv_reg_mr_relaxed.3 \
+		ibv_share_pd.3
+
+include $(WS_TOP)/make-rules/shared-targets.mk
+
 # add flags to get at extra bits from other components' source trees
 CPPFLAGS +=	-I$(PWD)/../libmlx4/libmlx4-1.0.1/src
 CPPFLAGS +=	-I$(PWD)/../librdmacm/librdmacm-1.0.14.1/include
@@ -71,7 +77,7 @@
 # common targets
 build:		$(BUILD_32_and_64)
 
-install:	$(INSTALL_32_and_64)
+install:	$(INSTALL_32_and_64) $(PROTOMAN3FILES)
 
 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)