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