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# 13# Copyright 2011, Richard Lowe 14# Copyright 2013 Nexenta Systems, Inc. All rights reserved. 15# Copyright (c) 2017, Joyent, Inc. 16# 17 18include $(SRC)/Makefile.master 19 20MANSECT= 9e 21 22MANFILES= Intro.9e \ 23 _fini.9e \ 24 aread.9e \ 25 attach.9e \ 26 awrite.9e \ 27 chpoll.9e \ 28 close.9e \ 29 csx_event_handler.9e \ 30 detach.9e \ 31 devmap.9e \ 32 devmap_access.9e \ 33 devmap_contextmgt.9e \ 34 devmap_dup.9e \ 35 devmap_map.9e \ 36 devmap_unmap.9e \ 37 dump.9e \ 38 getinfo.9e \ 39 gld.9e \ 40 identify.9e \ 41 ioctl.9e \ 42 ks_snapshot.9e \ 43 ks_update.9e \ 44 mac.9e \ 45 mc_getcapab.9e \ 46 mc_getprop.9e \ 47 mc_getstat.9e \ 48 mc_ioctl.9e \ 49 mc_multicst.9e \ 50 mc_open.9e \ 51 mc_propinfo.9e \ 52 mc_setpromisc.9e \ 53 mc_setprop.9e \ 54 mc_start.9e \ 55 mc_tx.9e \ 56 mc_unicst.9e \ 57 mmap.9e \ 58 open.9e \ 59 power.9e \ 60 print.9e \ 61 probe.9e \ 62 prop_op.9e \ 63 put.9e \ 64 quiesce.9e \ 65 read.9e \ 66 segmap.9e \ 67 srv.9e \ 68 strategy.9e \ 69 tran_abort.9e \ 70 tran_bus_reset.9e \ 71 tran_dmafree.9e \ 72 tran_getcap.9e \ 73 tran_init_pkt.9e \ 74 tran_quiesce.9e \ 75 tran_reset.9e \ 76 tran_reset_notify.9e \ 77 tran_setup_pkt.9e \ 78 tran_start.9e \ 79 tran_sync_pkt.9e \ 80 tran_tgt_free.9e \ 81 tran_tgt_init.9e \ 82 tran_tgt_probe.9e \ 83 usba_hcdi_cb_ops.9e \ 84 usba_hcdi_device_address.9e \ 85 usba_hcdi_device_init.9e \ 86 usba_hcdi_hub_update.9e \ 87 usba_hcdi_pipe_bulk_xfer.9e \ 88 usba_hcdi_pipe_ctrl_xfer.9e \ 89 usba_hcdi_pipe_intr_xfer.9e \ 90 usba_hcdi_pipe_isoc_xfer.9e \ 91 usba_hcdi_pipe_open.9e \ 92 usba_hcdi_pipe_reset.9e \ 93 usba_hcdi_pipe_stop_intr_polling.9e \ 94 usba_hcdi.9e \ 95 write.9e 96 97MANLINKS= _info.9e \ 98 _init.9e \ 99 gldv3.9e \ 100 GLDv3.9e \ 101 gldm_get_stats.9e \ 102 gldm_intr.9e \ 103 gldm_ioctl.9e \ 104 gldm_reset.9e \ 105 gldm_send.9e \ 106 gldm_set_mac_addr.9e \ 107 gldm_set_multicast.9e \ 108 gldm_set_promiscuous.9e \ 109 gldm_start.9e \ 110 gldm_stop.9e \ 111 MAC.9e \ 112 mc_close.9e \ 113 mc_stop.9e \ 114 intro.9e \ 115 tran_destroy_pkt.9e \ 116 tran_pkt_constructor.9e \ 117 tran_pkt_destructor.9e \ 118 tran_setcap.9e \ 119 tran_teardown_pkt.9e \ 120 tran_unquiesce.9e \ 121 usba_hcdi_cb_close.9e \ 122 usba_hcdi_cb_ioctl.9e \ 123 usba_hcdi_cb_open.9e \ 124 usba_hcdi_device_fini.9e \ 125 usba_hcdi_pipe_close.9e \ 126 usba_hcdi_pipe_stop_isoc_polling.9e 127 128intro.9e := LINKSRC = Intro.9e 129 130_info.9e := LINKSRC = _fini.9e 131_init.9e := LINKSRC = _fini.9e 132 133MAC.9e := LINKSRC = mac.9e 134gldv3.9e := LINKSRC = mac.9e 135GLDv3.9e := LINKSRC = mac.9e 136 137gldm_get_stats.9e := LINKSRC = gld.9e 138gldm_intr.9e := LINKSRC = gld.9e 139gldm_ioctl.9e := LINKSRC = gld.9e 140gldm_reset.9e := LINKSRC = gld.9e 141gldm_send.9e := LINKSRC = gld.9e 142gldm_set_mac_addr.9e := LINKSRC = gld.9e 143gldm_set_multicast.9e := LINKSRC = gld.9e 144gldm_set_promiscuous.9e := LINKSRC = gld.9e 145gldm_start.9e := LINKSRC = gld.9e 146gldm_stop.9e := LINKSRC = gld.9e 147 148mc_close.9e := LINKSRC = mc_open.9e 149mc_stop.9e := LINKSRC = mc_start.9e 150 151tran_setcap.9e := LINKSRC = tran_getcap.9e 152 153tran_destroy_pkt.9e := LINKSRC = tran_init_pkt.9e 154 155tran_unquiesce.9e := LINKSRC = tran_quiesce.9e 156 157tran_pkt_constructor.9e := LINKSRC = tran_setup_pkt.9e 158tran_pkt_destructor.9e := LINKSRC = tran_setup_pkt.9e 159tran_teardown_pkt.9e := LINKSRC = tran_setup_pkt.9e 160 161usba_hcdi_cb_close.9e := LINKSRC = usba_hcdi_cb_ops.9e 162usba_hcdi_cb_ioctl.9e := LINKSRC = usba_hcdi_cb_ops.9e 163usba_hcdi_cb_open.9e := LINKSRC = usba_hcdi_cb_ops.9e 164usba_hcdi_device_fini.9e := LINKSRC = usba_hcdi_device_init.9e 165usba_hcdi_pipe_close.9e := LINKSRC = usba_hcdi_pipe_open.9e 166usba_hcdi_pipe_stop_isoc_polling.9e := LINKSRC = usba_hcdi_pipe_stop_intr_polling.9e 167 168 169.KEEP_STATE: 170 171include $(SRC)/man/Makefile.man 172 173install: $(ROOTMANFILES) $(ROOTMANLINKS) 174