c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# This file and its contents are supplied under the terms of the
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Common Development and Distribution License ("CDDL"), version 1.0.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# You may only use this file in accordance with the terms of version
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# 1.0 of the CDDL.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# A full copy of the text of the CDDL should have accompanied this
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# source. A copy of the CDDL is also available via the Internet
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# at http://www.illumos.org/license/CDDL.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Copyright 2011, Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
b89e420ae1290e425c29db875ec0c0546006eec7Garrett D'Amore# Copyright 2014 Garrett D'Amore <garrett@damore.org>
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovinclude $(SRC)/Makefile.master
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovMANSECT= 9s
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovMANFILES= Intro.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe aio_req.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe buf.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe cb_ops.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe copyreq.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe copyresp.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe datab.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ddi_device_acc_attr.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ddi_dma_attr.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ddi_dma_cookie.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ddi_dmae_req.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ddi_fm_error.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ddi_idevice_cookie.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe dev_ops.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe devmap_callback_ctl.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe fmodsw.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe free_rtn.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe gld_mac_info.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe gld_stats.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe hook_nic_event.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe hook_pkt_event.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe hook_t.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe iocblk.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe iovec.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe kstat.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe kstat_intr.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe kstat_io.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe kstat_named.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe linkblk.9s \
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchi mac_callbacks.9s \
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchi mac_register.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe modldrv.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe modlinkage.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe modlmisc.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe modlstrmod.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe module_info.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe msgb.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe net_inject_t.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe net_instance_t.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe qband.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe qinit.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe queclass.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe queue.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe scsi_address.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe scsi_arq_status.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe scsi_asc_key_strings.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe scsi_device.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe scsi_extended_sense.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe scsi_hba_tran.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe scsi_inquiry.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe scsi_pkt.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe scsi_status.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe streamtab.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe stroptions.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tuple.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe uio.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe usb_bulk_request.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe usb_callback_flags.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe usb_cfg_descr.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe usb_client_dev_data.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe usb_completion_reason.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe usb_ctrl_request.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe usb_dev_descr.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe usb_dev_qlf_descr.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe usb_ep_descr.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe usb_if_descr.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe usb_intr_request.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe usb_isoc_request.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe usb_other_speed_cfg_descr.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe usb_request_attributes.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe usb_string_descr.9s
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert MustacchiMANLINKS= dblk.9s \
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchi intro.9s \
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchi mac_callbacks_t.9s \
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchi mac_register_t.9s \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe mblk.9s
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchiintro.9s := LINKSRC = Intro.9s
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchidblk.9s := LINKSRC = datab.9s
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchimac_callbacks_t.9s := LINKSRC = mac_callbacks.9s
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchimac_register_t.9s := LINKSRC = mac_register.9s
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchi
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchimblk.9s := LINKSRC = msgb.9s
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe.KEEP_STATE:
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovinclude $(SRC)/man/Makefile.man
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovinstall: $(ROOTMANFILES) $(ROOTMANLINKS)