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) 2019, Joyent, Inc. 16# Copyright 2025 Peter Tribble 17# 18 19include $(SRC)/Makefile.master 20 21MANSECT= 9e 22 23MANFILES= Intro.9e \ 24 _fini.9e \ 25 aread.9e \ 26 attach.9e \ 27 awrite.9e \ 28 chpoll.9e \ 29 close.9e \ 30 csx_event_handler.9e \ 31 detach.9e \ 32 ddi_ufm.9e \ 33 devmap.9e \ 34 devmap_access.9e \ 35 devmap_contextmgt.9e \ 36 devmap_dup.9e \ 37 devmap_map.9e \ 38 devmap_unmap.9e \ 39 dump.9e \ 40 getinfo.9e \ 41 gld.9e \ 42 identify.9e \ 43 ioctl.9e \ 44 ksensor.9e \ 45 ksensor_ops.9e \ 46 ks_snapshot.9e \ 47 ks_update.9e \ 48 mac.9e \ 49 mac_capab_transceiver.9e \ 50 mac_capab_led.9e \ 51 mac_capab_rings.9e \ 52 mac_filter.9e \ 53 mc_getcapab.9e \ 54 mc_getprop.9e \ 55 mc_getstat.9e \ 56 mc_ioctl.9e \ 57 mc_multicst.9e \ 58 mc_open.9e \ 59 mc_propinfo.9e \ 60 mc_setpromisc.9e \ 61 mc_setprop.9e \ 62 mc_start.9e \ 63 mc_tx.9e \ 64 mc_unicst.9e \ 65 mgi_start.9e \ 66 mi_enable.9e \ 67 mr_gget.9e \ 68 mr_rget.9e \ 69 mri_poll.9e \ 70 mri_stat.9e \ 71 mmap.9e \ 72 open.9e \ 73 power.9e \ 74 print.9e \ 75 probe.9e \ 76 prop_op.9e \ 77 put.9e \ 78 quiesce.9e \ 79 read.9e \ 80 segmap.9e \ 81 srv.9e \ 82 strategy.9e \ 83 tran_abort.9e \ 84 tran_bus_reset.9e \ 85 tran_dmafree.9e \ 86 tran_getcap.9e \ 87 tran_init_pkt.9e \ 88 tran_quiesce.9e \ 89 tran_reset.9e \ 90 tran_reset_notify.9e \ 91 tran_setup_pkt.9e \ 92 tran_start.9e \ 93 tran_sync_pkt.9e \ 94 tran_tgt_free.9e \ 95 tran_tgt_init.9e \ 96 tran_tgt_probe.9e \ 97 usba_hcdi_cb_ops.9e \ 98 usba_hcdi_device_address.9e \ 99 usba_hcdi_device_init.9e \ 100 usba_hcdi_hub_update.9e \ 101 usba_hcdi_pipe_bulk_xfer.9e \ 102 usba_hcdi_pipe_ctrl_xfer.9e \ 103 usba_hcdi_pipe_intr_xfer.9e \ 104 usba_hcdi_pipe_isoc_xfer.9e \ 105 usba_hcdi_pipe_open.9e \ 106 usba_hcdi_pipe_reset.9e \ 107 usba_hcdi_pipe_stop_intr_polling.9e \ 108 usba_hcdi.9e \ 109 write.9e 110 111.KEEP_STATE: 112 113include $(SRC)/man/Makefile.man 114 115install: $(ROOTMANFILES) $(MANLINK_SRCS) 116 $(MANLINK_INSTALL) 117