summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc19
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 4723d14..0cc3c2a 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -76,6 +76,9 @@ SUBDIR+=secure
SUBDIR+=share
.endif
SUBDIR+=sys usr.bin usr.sbin
+.if ${MK_OFED} != "no"
+SUBDIR+=contrib/ofed
+.endif
#
# We must do etc/ last for install/distribute to work.
#
@@ -1210,7 +1213,11 @@ _prebuild_libs= ${_kerberos5_lib_libasn1} ${_kerberos5_lib_libheimntlm} \
_lib_libthr= lib/libthr
.endif
-_generic_libs= ${_cddl_lib} gnu/lib ${_kerberos5_lib} lib ${_secure_lib} usr.bin/lex/lib
+.if ${MK_OFED} != "no"
+_ofed_lib= contrib/ofed/usr.lib/
+.endif
+
+_generic_libs= ${_cddl_lib} gnu/lib ${_kerberos5_lib} lib ${_secure_lib} usr.bin/lex/lib ${_ofed_lib}
lib/libopie__L lib/libtacplus__L: lib/libmd__L
OpenPOWER on IntegriCloud