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 mac_capab_transceiver.9e \ 46 mac_capab_led.9e \ 47 mc_getcapab.9e \ 48 mc_getprop.9e \ 49 mc_getstat.9e \ 50 mc_ioctl.9e \ 51 mc_multicst.9e \ 52 mc_open.9e \ 53 mc_propinfo.9e \ 54 mc_setpromisc.9e \ 55 mc_setprop.9e \ 56 mc_start.9e \ 57 mc_tx.9e \ 58 mc_unicst.9e \ 59 mmap.9e \ 60 open.9e \ 61 power.9e \ 62 print.9e \ 63 probe.9e \ 64 prop_op.9e \ 65 put.9e \ 66 quiesce.9e \ 67 read.9e \ 68 segmap.9e \ 69 srv.9e \ 70 strategy.9e \ 71 tran_abort.9e \ 72 tran_bus_reset.9e \ 73 tran_dmafree.9e \ 74 tran_getcap.9e \ 75 tran_init_pkt.9e \ 76 tran_quiesce.9e \ 77 tran_reset.9e \ 78 tran_reset_notify.9e \ 79 tran_setup_pkt.9e \ 80 tran_start.9e \ 81 tran_sync_pkt.9e \ 82 tran_tgt_free.9e \ 83 tran_tgt_init.9e \ 84 tran_tgt_probe.9e \ 85 usba_hcdi_cb_ops.9e \ 86 usba_hcdi_device_address.9e \ 87 usba_hcdi_device_init.9e \ 88 usba_hcdi_hub_update.9e \ 89 usba_hcdi_pipe_bulk_xfer.9e \ 90 usba_hcdi_pipe_ctrl_xfer.9e \ 91 usba_hcdi_pipe_intr_xfer.9e \ 92 usba_hcdi_pipe_isoc_xfer.9e \ 93 usba_hcdi_pipe_open.9e \ 94 usba_hcdi_pipe_reset.9e \ 95 usba_hcdi_pipe_stop_intr_polling.9e \ 96 usba_hcdi.9e \ 97 write.9e 98 99MANLINKS= _info.9e \ 100 _init.9e \ 101 gldv3.9e \ 102 GLDv3.9e \ 103 gldm_get_stats.9e \ 104 gldm_intr.9e \ 105 gldm_ioctl.9e \ 106 gldm_reset.9e \ 107 gldm_send.9e \ 108 gldm_set_mac_addr.9e \ 109 gldm_set_multicast.9e \ 110 gldm_set_promiscuous.9e \ 111 gldm_start.9e \ 112 gldm_stop.9e \ 113 MAC.9e \ 114 mc_close.9e \ 115 mc_stop.9e \ 116 mcl_set.9e \ 117 mct_info.9e \ 118 mct_read.9e \ 119 intro.9e \ 120 tran_destroy_pkt.9e \ 121 tran_pkt_constructor.9e \ 122 tran_pkt_destructor.9e \ 123 tran_setcap.9e \ 124 tran_teardown_pkt.9e \ 125 tran_unquiesce.9e \ 126 usba_hcdi_cb_close.9e \ 127 usba_hcdi_cb_ioctl.9e \ 128 usba_hcdi_cb_open.9e \ 129 usba_hcdi_device_fini.9e \ 130 usba_hcdi_pipe_close.9e \ 131 usba_hcdi_pipe_stop_isoc_polling.9e 132 133intro.9e := LINKSRC = Intro.9e 134 135_info.9e := LINKSRC = _fini.9e 136_init.9e := LINKSRC = _fini.9e 137 138MAC.9e := LINKSRC = mac.9e 139gldv3.9e := LINKSRC = mac.9e 140GLDv3.9e := LINKSRC = mac.9e 141 142gldm_get_stats.9e := LINKSRC = gld.9e 143gldm_intr.9e := LINKSRC = gld.9e 144gldm_ioctl.9e := LINKSRC = gld.9e 145gldm_reset.9e := LINKSRC = gld.9e 146gldm_send.9e := LINKSRC = gld.9e 147gldm_set_mac_addr.9e := LINKSRC = gld.9e 148gldm_set_multicast.9e := LINKSRC = gld.9e 149gldm_set_promiscuous.9e := LINKSRC = gld.9e 150gldm_start.9e := LINKSRC = gld.9e 151gldm_stop.9e := LINKSRC = gld.9e 152 153mc_close.9e := LINKSRC = mc_open.9e 154mc_stop.9e := LINKSRC = mc_start.9e 155 156mcl_set.9e := LINKSRC = mac_capab_led.9e 157 158mct_info.9e := LINKSRC = mac_capab_transceiver.9e 159mct_read.9e := LINKSRC = mac_capab_transceiver.9e 160 161tran_setcap.9e := LINKSRC = tran_getcap.9e 162 163tran_destroy_pkt.9e := LINKSRC = tran_init_pkt.9e 164 165tran_unquiesce.9e := LINKSRC = tran_quiesce.9e 166 167tran_pkt_constructor.9e := LINKSRC = tran_setup_pkt.9e 168tran_pkt_destructor.9e := LINKSRC = tran_setup_pkt.9e 169tran_teardown_pkt.9e := LINKSRC = tran_setup_pkt.9e 170 171usba_hcdi_cb_close.9e := LINKSRC = usba_hcdi_cb_ops.9e 172usba_hcdi_cb_ioctl.9e := LINKSRC = usba_hcdi_cb_ops.9e 173usba_hcdi_cb_open.9e := LINKSRC = usba_hcdi_cb_ops.9e 174usba_hcdi_device_fini.9e := LINKSRC = usba_hcdi_device_init.9e 175usba_hcdi_pipe_close.9e := LINKSRC = usba_hcdi_pipe_open.9e 176usba_hcdi_pipe_stop_isoc_polling.9e := LINKSRC = usba_hcdi_pipe_stop_intr_polling.9e 177 178 179.KEEP_STATE: 180 181include $(SRC)/man/Makefile.man 182 183install: $(ROOTMANFILES) $(ROOTMANLINKS) 184