diff options
| author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-02-17 14:55:57 +0000 |
|---|---|---|
| committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-02-18 14:59:34 +0000 |
| commit | 0577e39bec76b23aa099b68d5d1c832cc3823c38 (patch) | |
| tree | 0911c11819a7f0e4bcbcd40d453459192743aed3 /lib/ofed | |
| parent | 662283b1088d6488671b90ab18a66a997c526448 (diff) | |
Diffstat (limited to 'lib/ofed')
| -rw-r--r-- | lib/ofed/libibnetdisc/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/ofed/libibnetdisc/Makefile b/lib/ofed/libibnetdisc/Makefile index 0c43685fa236..eb1706197442 100644 --- a/lib/ofed/libibnetdisc/Makefile +++ b/lib/ofed/libibnetdisc/Makefile @@ -18,14 +18,15 @@ ibnetdisc_cache.c \ query_smp.c MAN= \ -ibnd_debug.3 \ -ibnd_destroy_fabric.3 \ ibnd_discover_fabric.3 \ -ibnd_find_node_dr.3 \ ibnd_find_node_guid.3 \ -ibnd_iter_nodes.3 \ -ibnd_iter_nodes_type.3 \ -ibnd_show_progress.3 +ibnd_iter_nodes.3 + +MLINKS+=ibnd_discover_fabric.3 ibnd_debug.3 +MLINKS+=ibnd_discover_fabric.3 ibnd_destroy_fabric.3 +MLINKS+=ibnd_discover_fabric.3 ibnd_show_progress.3 +MLINKS+=ibnd_find_node_guid.3 ibnd_find_node_dr.3 +MLINKS+=ibnd_iter_nodes.3 ibnd_iter_nodes_type.3 LIBADD= osmcomp ibmad ibumad CFLAGS+= -DHAVE_CONFIG_H=1 |
