1# 2# This file and its contents are supplied under the terms of the 3# Common Development and Distribution License ("CDDL"), version 1.0. 4# You may only use this file in accordance with the terms of version 5# 1.0 of the CDDL. 6# 7# A full copy of the text of the CDDL should have accompanied this 8# source. A copy of the CDDL is also available via the Internet 9# at http://www.illumos.org/license/CDDL. 10# 11 12# Copyright 2011, Richard Lowe 13 14include ../../Makefile.master 15 16MANSECT = 3dat 17 18MANFILES = dat_cno_create.3dat \ 19 dat_cno_free.3dat \ 20 dat_cno_modify_agent.3dat \ 21 dat_cno_query.3dat \ 22 dat_cno_wait.3dat \ 23 dat_cr_accept.3dat \ 24 dat_cr_handoff.3dat \ 25 dat_cr_query.3dat \ 26 dat_cr_reject.3dat \ 27 dat_ep_connect.3dat \ 28 dat_ep_create.3dat \ 29 dat_ep_create_with_srq.3dat \ 30 dat_ep_disconnect.3dat \ 31 dat_ep_dup_connect.3dat \ 32 dat_ep_free.3dat \ 33 dat_ep_get_status.3dat \ 34 dat_ep_modify.3dat \ 35 dat_ep_post_rdma_read.3dat \ 36 dat_ep_post_rdma_write.3dat \ 37 dat_ep_post_recv.3dat \ 38 dat_ep_post_send.3dat \ 39 dat_ep_query.3dat \ 40 dat_ep_recv_query.3dat \ 41 dat_ep_reset.3dat \ 42 dat_ep_set_watermark.3dat \ 43 dat_evd_clear_unwaitable.3dat \ 44 dat_evd_dequeue.3dat \ 45 dat_evd_disable.3dat \ 46 dat_evd_enable.3dat \ 47 dat_evd_free.3dat \ 48 dat_evd_modify_cno.3dat \ 49 dat_evd_post_se.3dat \ 50 dat_evd_query.3dat \ 51 dat_evd_resize.3dat \ 52 dat_evd_set_unwaitable.3dat \ 53 dat_evd_wait.3dat \ 54 dat_get_consumer_context.3dat \ 55 dat_get_handle_type.3dat \ 56 dat_ia_close.3dat \ 57 dat_ia_open.3dat \ 58 dat_ia_query.3dat \ 59 dat_lmr_create.3dat \ 60 dat_lmr_free.3dat \ 61 dat_lmr_query.3dat \ 62 dat_lmr_sync_rdma_read.3dat \ 63 dat_lmr_sync_rdma_write.3dat \ 64 dat_provider_fini.3dat \ 65 dat_provider_init.3dat \ 66 dat_psp_create.3dat \ 67 dat_psp_create_any.3dat \ 68 dat_psp_free.3dat \ 69 dat_psp_query.3dat \ 70 dat_pz_create.3dat \ 71 dat_pz_free.3dat \ 72 dat_pz_query.3dat \ 73 dat_registry_add_provider.3dat \ 74 dat_registry_list_providers.3dat \ 75 dat_registry_remove_provider.3dat \ 76 dat_rmr_bind.3dat \ 77 dat_rmr_create.3dat \ 78 dat_rmr_free.3dat \ 79 dat_rmr_query.3dat \ 80 dat_rsp_create.3dat \ 81 dat_rsp_free.3dat \ 82 dat_rsp_query.3dat \ 83 dat_set_consumer_context.3dat \ 84 dat_srq_create.3dat \ 85 dat_srq_free.3dat \ 86 dat_srq_post_recv.3dat \ 87 dat_srq_query.3dat \ 88 dat_srq_resize.3dat \ 89 dat_srq_set_lw.3dat \ 90 dat_strerror.3dat 91 92.KEEP_STATE: 93 94include ../Makefile.man 95 96install: $(ROOTMANFILES) 97