1c10c16deSRichard Lowe# 2c10c16deSRichard Lowe# This file and its contents are supplied under the terms of the 3c10c16deSRichard Lowe# Common Development and Distribution License ("CDDL"), version 1.0. 4c10c16deSRichard Lowe# You may only use this file in accordance with the terms of version 5c10c16deSRichard Lowe# 1.0 of the CDDL. 6c10c16deSRichard Lowe# 7c10c16deSRichard Lowe# A full copy of the text of the CDDL should have accompanied this 8c10c16deSRichard Lowe# source. A copy of the CDDL is also available via the Internet 9c10c16deSRichard Lowe# at http://www.illumos.org/license/CDDL. 10c10c16deSRichard Lowe# 11c10c16deSRichard Lowe 12a9478106SYuri Pankov# 13c10c16deSRichard Lowe# Copyright 2011, Richard Lowe 14a9478106SYuri Pankov# Copyright 2013 Nexenta Systems, Inc. All rights reserved. 15a9478106SYuri Pankov# 16c10c16deSRichard Lowe 17a9478106SYuri Pankovinclude $(SRC)/Makefile.master 18c10c16deSRichard Lowe 19c10c16deSRichard LoweMANSECT= 3rsm 20c10c16deSRichard Lowe 21c10c16deSRichard LoweMANFILES= rsm_create_localmemory_handle.3rsm \ 22c10c16deSRichard Lowe rsm_get_controller.3rsm \ 23c10c16deSRichard Lowe rsm_get_interconnect_topology.3rsm \ 24c10c16deSRichard Lowe rsm_get_segmentid_range.3rsm \ 25c10c16deSRichard Lowe rsm_intr_signal_post.3rsm \ 26c10c16deSRichard Lowe rsm_intr_signal_wait_pollfd.3rsm \ 27c10c16deSRichard Lowe rsm_memseg_export_create.3rsm \ 28c10c16deSRichard Lowe rsm_memseg_export_publish.3rsm \ 29c10c16deSRichard Lowe rsm_memseg_get_pollfd.3rsm \ 30c10c16deSRichard Lowe rsm_memseg_import_connect.3rsm \ 31c10c16deSRichard Lowe rsm_memseg_import_get.3rsm \ 32c10c16deSRichard Lowe rsm_memseg_import_init_barrier.3rsm \ 33c10c16deSRichard Lowe rsm_memseg_import_map.3rsm \ 34c10c16deSRichard Lowe rsm_memseg_import_open_barrier.3rsm \ 35c10c16deSRichard Lowe rsm_memseg_import_put.3rsm \ 36c10c16deSRichard Lowe rsm_memseg_import_putv.3rsm \ 37c10c16deSRichard Lowe rsm_memseg_import_set_mode.3rsm 38c10c16deSRichard Lowe 39c10c16deSRichard Lowe.KEEP_STATE: 40c10c16deSRichard Lowe 41a9478106SYuri Pankovinclude $(SRC)/man/Makefile.man 42c10c16deSRichard Lowe 43*78a75454SPatrick Mooneyinstall: $(ROOTMANFILES) $(MANLINK_SRCS) 44*78a75454SPatrick Mooney $(MANLINK_INSTALL) 45