Makefile revision 69ed0c8ece2346b34605e2c9567c9f7b0dad5dc8
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd#
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# CDDL HEADER START
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd#
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# The contents of this file are subject to the terms of the
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# Common Development and Distribution License (the "License").
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# You may not use this file except in compliance with the License.
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd#
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# or http://www.opensolaris.org/os/licensing.
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# See the License for the specific language governing permissions
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# and limitations under the License.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen#
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# When distributing Covered Code, include this CDDL HEADER in each
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# If applicable, add the following below this CDDL HEADER, with the
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# fields enclosed by brackets "[]" replaced with your own identifying
d229f940abfb2490dee17979e9a5ff31b7012eb5rbowen# information: Portions Copyright [yyyy] [name of copyright owner]
3f08db06526d6901aa08c110b5bc7dde6bc39905nd#
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# CDDL HEADER END
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd#
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd#
3f08db06526d6901aa08c110b5bc7dde6bc39905nd# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# Use is subject to license terms.
9472e4d3c410be3b3f1addbf3b1db1769f64e765nd#
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34ndinclude $(SRC)/uts/Makefile.uts
cd7c928b185ceb2b481d1149dd90f0fc40f83da1nd
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34ndFILEMODE=644
fac8c35bfb158112226ab43ddf84d59daca5dc30nd
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung#
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# Note that the following headers are present in the kernel but
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluem# neither installed or shipped as part of the product:
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluem# cpuid_drv.h: Private interface for cpuid consumers
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluem# unix_bb_info.h: Private interface to kcov
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluem#
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34ndi386_HDRS= \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd agp/agpamd64gart_io.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd agp/agpdefs.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd agp/agpgart_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd agp/agpmaster_io.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd agp/agptarget_io.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd agpgart.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd asy.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd fd_debug.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd fdc.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd fdmedia.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mouse.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ucode.h
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34ndsparc_HDRS= \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mouse.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd scsi/targets/ssddef.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd $(MDESCHDRS)
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# Generated headers
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34ndGENHDRS= \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd priv_const.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd priv_names.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd usb/usbdevs.h
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34ndCHKHDRS= \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd acpi_drv.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd acct.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd acctctl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd acl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd acl_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd aggr.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd aggr_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd aio.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd aio_impl.h \
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh aio_req.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd aiocb.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ascii.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd asynch.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd atomic.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd attr.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd audio.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd audioio.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd autoconf.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd auxv.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd auxv_386.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd auxv_SPARC.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd avl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd avl_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd bitmap.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd bitset.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd bl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd bmc_intf.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd bofi.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd bofi_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd bpp_io.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd bootstat.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd brand.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd buf.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd bufmod.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd bustypes.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd byteorder.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd callb.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd callo.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd cpucaps.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd cpucaps_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ccompile.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd cdio.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd cladm.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd class.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd clconf.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd clock_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd cmlb.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd cmn_err.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd compress.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd condvar.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd condvar_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd conf.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd consdev.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd console.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd consplat.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd vt.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd vtdaemon.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kd.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd contract.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd contract_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd copyops.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd core.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd corectl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd cpc_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd cpc_pcbe.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd cpr.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd cpupart.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd cpuvar.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd crc32.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd cred.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd cred_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd crtctl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd cryptmod.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd csiioctl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ctf.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ctfs.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ctfs_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ctf_api.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ctype.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd cyclic.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd cyclic_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd dacf.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd dacf_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd damap.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd damap_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd dc_ki.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ddi.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ddifm.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ddifm_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ddi_hp.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ddi_hp_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ddi_intr.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ddi_intr_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ddi_impldefs.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ddi_implfuncs.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ddi_obsolete.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ddi_timer.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ddidevmap.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ddidmareq.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ddimapreq.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ddipropdefs.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd dditypes.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd debug.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd des.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd devctl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd devcache.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd devcache_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd devfm.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd devid_cache.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd devinfo_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd devops.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd devpolicy.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd devpoll.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd dirent.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd disp.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd dkbad.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd dkio.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd dklabel.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd dl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd dlpi.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd dld.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd dld_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd dld_ioc.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd dls.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd dls_mgmt.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd dls_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd dma_i8237A.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd dnlc.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd door.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd door_data.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd door_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd dtrace.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd dtrace_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd dumpadm.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd dumphdr.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ecppsys.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ecppio.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ecppreg.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ecppvar.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd efi_partition.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd elf.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd elf_386.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd elf_SPARC.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd elf_notes.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd elf_amd64.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd elftypes.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd emul64.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd emul64cmd.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd emul64var.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd epm.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd errno.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd errorq.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd errorq_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd esunddi.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ethernet.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd euc.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd eucioctl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd exacct.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd exacct_catalog.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd exacct_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd exec.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd exechdr.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd extdirent.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd fault.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd fasttrap.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd fasttrap_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd fbio.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd fbuf.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd fcntl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd fct.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd fct_defines.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd fctio.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd fdbuffer.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd fdio.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd feature_tests.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd fem.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd file.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd filio.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd flock.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd flock_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd fork.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd fss.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd fsspriocntl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd fsid.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd fssnap.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd fssnap_if.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd fstyp.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ftrace.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd fx.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd fxpriocntl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd gfs.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd gld.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd gldpriv.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd group.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd hdio.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd hook.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd hook_event.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd hook_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd hwconf.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ia.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd iapriocntl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd id32.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd idmap.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ieeefp.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd id_space.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd instance.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd int_const.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd int_fmtio.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd int_limits.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd int_types.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd inttypes.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ioccom.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ioctl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ipc.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ipc_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ipc_rctl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd isa_defs.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd iscsi_authclient.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd iscsi_authclientglue.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd iscsi_protocol.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd jioctl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kbd.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kbdreg.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kbio.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kcpc.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kdi.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kdi_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv_big5_utf8.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv_cck_common.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv_cp950hkscs_utf8.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv_emea1.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv_emea2.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv_euckr_utf8.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv_euctw_utf8.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv_gb18030_utf8.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv_gb2312_utf8.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv_hkscs_utf8.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv_ja.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv_ja_jis_to_unicode.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv_ja_unicode_to_jis.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv_ko.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv_latin1.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv_sc.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv_tc.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv_uhc_utf8.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv_utf8_big5.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv_utf8_cp950hkscs.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv_utf8_euckr.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv_utf8_euctw.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv_utf8_gb18030.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv_utf8_gb2312.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv_utf8_hkscs.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kiconv_utf8_uhc.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kidmap.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd klpd.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd klwp.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kmdb.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kmem.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kmem_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kobj.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kobj_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ksocket.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kstat.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd kstr.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ksyms.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ksynch.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ldterm.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd lgrp.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd lgrp_user.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd libc_kernel.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd link.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd list.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd list_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd llc1.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd loadavg.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd lock.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd lockfs.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd lockstat.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd lofi.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd log.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd logindmux.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd logindmux_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd lwp.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd lwp_timer_impl.h \
6df89e6e4adeb986b41b7ec6b7593a887e031ce7nd lwp_upimutex_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd lpif.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mac.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mac_client.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mac_client_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mac_flow.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mac_flow_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mac_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mac_provider.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mac_soft_ring.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd machelf.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd map.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd md4.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd md5.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd md5_consts.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mdi_impldefs.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mem.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mem_config.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd memlist.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mkdev.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mhd.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mii.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd miiregs.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mixer.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mman.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mmapobj.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mntent.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mntio.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mnttab.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd modctl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mode.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd model.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd modhash.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd modhash_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mount.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mouse.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd msacct.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd msg.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd msg_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd msio.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd msreg.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mtio.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd multidata.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd multidata_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd mutex.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd nbmlock.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ndifm.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ndi_impldefs.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd net80211.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd net80211_crypto.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd net80211_ht.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd net80211_proto.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd netconfig.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd neti.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd netstack.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd nexusdefs.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd note.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd nvpair.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd nvpair_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd objfs.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd objfs_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ontrap.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd open.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd openpromio.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd panic.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd param.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd pathconf.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd pathname.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd pattr.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd queue.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd serializer.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd pbio.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd pccard.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd pci.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd pcie.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd pci_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd pci_tools.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd pcmcia.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd pctypes.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd pfmod.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd pg.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd pghw.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd physmem.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd pm.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd policy.h \
9472e4d3c410be3b3f1addbf3b1db1769f64e765nd poll.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd poll_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd pool.h \
cd7c928b185ceb2b481d1149dd90f0fc40f83da1nd pool_impl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd pool_pset.h \
fac8c35bfb158112226ab43ddf84d59daca5dc30nd port.h \
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung port_impl.h \
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh port_kernel.h \
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh portif.h \
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh ppmio.h \
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh pppt_ic_if.h \
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh pppt_ioctl.h \
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh priocntl.h \
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh priv.h \
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh priv_impl.h \
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh prnio.h \
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh proc.h \
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh processor.h \
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh procfs.h \
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh procset.h \
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh project.h \
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh protosw.h \
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh prsystm.h \
5effc8b39fae5cd169d17f342bfc265705840014rbowen pset.h \
d229f940abfb2490dee17979e9a5ff31b7012eb5rbowen pshot.h \
7fec19672a491661b2fe4b29f685bc7f4efa64d4nd ptem.h \
7fec19672a491661b2fe4b29f685bc7f4efa64d4nd ptms.h \
7fec19672a491661b2fe4b29f685bc7f4efa64d4nd ptyvar.h \
7fec19672a491661b2fe4b29f685bc7f4efa64d4nd raidioctl.h \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ramdisk.h \
random.h \
rctl.h \
rctl_impl.h \
reboot.h \
refstr.h \
refstr_impl.h \
resource.h \
rlioctl.h \
rt.h \
rtpriocntl.h \
rwlock.h \
rwlock_impl.h \
rwstlock.h \
sad.h \
schedctl.h \
sdt.h \
select.h \
sem.h \
sem_impl.h \
sema_impl.h \
semaphore.h \
sendfile.h \
ser_sync.h \
session.h \
sha1.h \
sha1_consts.h \
sha2.h \
sha2_consts.h \
share.h \
shm.h \
shm_impl.h \
sid.h \
siginfo.h \
signal.h \
sleepq.h \
smbios.h \
smbios_impl.h \
sobject.h \
socket.h \
socket_impl.h \
socket_proto.h \
socketvar.h \
sockio.h \
soundcard.h \
squeue.h \
squeue_impl.h \
srn.h \
sservice.h \
stat.h \
statfs.h \
statvfs.h \
stdbool.h \
stdint.h \
stermio.h \
stmf.h \
stmf_defines.h \
stmf_ioctl.h \
stmf_sbd_ioctl.h \
stream.h \
strft.h \
strlog.h \
strmdep.h \
stropts.h \
strredir.h \
strstat.h \
strsubr.h \
strsun.h \
strtty.h \
sunddi.h \
sunldi.h \
sunldi_impl.h \
sunmdi.h \
sunndi.h \
sunos_dhcp_class.h \
sunpm.h \
suntpi.h \
suntty.h \
swap.h \
synch.h \
sysdc.h \
sysdc_impl.h \
syscall.h \
sysconf.h \
sysconfig.h \
sysevent.h \
sysevent_impl.h \
sysinfo.h \
syslog.h \
sysmacros.h \
sysmsg_impl.h \
systeminfo.h \
systm.h \
task.h \
taskq.h \
taskq_impl.h \
t_kuser.h \
t_lock.h \
telioctl.h \
termio.h \
termios.h \
termiox.h \
thread.h \
ticlts.h \
ticots.h \
ticotsord.h \
tihdr.h \
time.h \
time_impl.h \
time_std_impl.h \
timeb.h \
timer.h \
times.h \
timex.h \
timod.h \
tirdwr.h \
tiuser.h \
tl.h \
tnf.h \
tnf_com.h \
tnf_probe.h \
tnf_writer.h \
todio.h \
tpicommon.h \
ts.h \
tspriocntl.h \
ttcompat.h \
ttold.h \
tty.h \
ttychars.h \
ttydev.h \
tuneable.h \
turnstile.h \
types.h \
types32.h \
tzfile.h \
u8_textprep.h \
u8_textprep_data.h \
uadmin.h \
ucred.h \
uio.h \
ulimit.h \
un.h \
unistd.h \
user.h \
ustat.h \
utime.h \
utsname.h \
utssys.h \
uuid.h \
va_impl.h \
va_list.h \
var.h \
varargs.h \
vfs.h \
vfs_opreg.h \
vfstab.h \
vgareg.h \
videodev2.h \
visual_io.h \
vlan.h \
vm.h \
vm_usage.h \
vmem.h \
vmem_impl.h \
vmmeter.h \
vmsystm.h \
vnic.h \
vnic_impl.h \
vnode.h \
vscan.h \
vtoc.h \
vtrace.h \
vuid_event.h \
vuid_wheel.h \
vuid_queue.h \
vuid_state.h \
vuid_store.h \
wait.h \
waitq.h \
wanboot_impl.h \
watchpoint.h \
winlockio.h \
zcons.h \
zone.h \
xti_inet.h \
xti_osi.h \
xti_xtiopt.h \
zmod.h
HDRS= \
$(GENHDRS) \
$(CHKHDRS)
AUDIOHDRS= \
ac97.h \
audio_common.h \
audio_driver.h \
audio_oss.h \
g711.h
AVHDRS= \
iec61883.h
BSCHDRS= \
bscbus.h \
bscv_impl.h \
lom_ebuscodes.h \
lom_io.h \
lom_priv.h \
lombus.h
MDESCHDRS= \
mdesc.h \
mdesc_impl.h
CPUDRVHDRS= \
cpudrv.h
CRYPTOHDRS= \
elfsign.h \
ioctl.h \
ioctladmin.h \
common.h \
impl.h \
spi.h \
api.h \
ops_impl.h \
sched_impl.h
DCAMHDRS= \
dcam1394_io.h
IBHDRS= \
ib_types.h \
ib_pkt_hdrs.h
IBTLHDRS= \
ibtl_types.h \
ibtl_status.h \
ibti.h \
ibti_cm.h \
ibci.h \
ibti_common.h \
ibvti.h \
ibtl_ci_types.h
IBTLIMPLHDRS= \
ibtl_util.h
IBNEXHDRS= \
ibnex_devctl.h
IBMFHDRS= \
ibmf.h \
ibmf_msg.h \
ibmf_saa.h \
ibmf_utils.h
IBMGTHDRS= \
ib_dm_attr.h \
ib_mad.h \
sm_attr.h \
sa_recs.h
IBDHDRS= \
ibd.h
TAVORHDRS= \
tavor_ioctl.h
HERMONHDRS= \
hermon_ioctl.h
IDMHDRS= \
idm.h \
idm_impl.h \
idm_so.h \
idm_text.h \
idm_transport.h \
idm_conn_sm.h
ISCSITHDRS= \
radius_packet.h \
radius_protocol.h \
chap.h \
isns_protocol.h \
iscsi_if.h \
iscsit_common.h
ISOHDRS= \
signal_iso.h
DERIVED_LVMHDRS= \
md_mdiox.h \
md_basic.h \
mdmed.h \
md_mhdx.h \
mdmn_commd.h
LVMHDRS= \
md_convert.h \
md_crc.h \
md_hotspares.h \
md_mddb.h \
md_mirror.h \
md_mirror_shared.h \
md_names.h \
md_notify.h \
md_raid.h \
md_rename.h \
md_sp.h \
md_stripe.h \
md_trans.h \
mdio.h \
mdvar.h
ALL_LVMHDRS= \
$(LVMHDRS) \
$(DERIVED_LVMHDRS)
FMHDRS= \
protocol.h \
util.h
FMFSHDRS= \
zfs.h
FMIOHDRS= \
ddi.h \
disk.h \
pci.h \
scsi.h \
sun4upci.h \
opl_mc_fm.h
FSHDRS= \
autofs.h \
cachefs_dir.h \
cachefs_dlog.h \
cachefs_filegrp.h \
cachefs_fs.h \
cachefs_fscache.h \
cachefs_ioctl.h \
cachefs_log.h \
decomp.h \
dv_node.h \
sdev_impl.h \
fifonode.h \
hsfs_isospec.h \
hsfs_node.h \
hsfs_rrip.h \
hsfs_spec.h \
hsfs_susp.h \
lofs_info.h \
lofs_node.h \
mntdata.h \
namenode.h \
pc_dir.h \
pc_fs.h \
pc_label.h \
pc_node.h \
pxfs_ki.h \
snode.h \
swapnode.h \
tmp.h \
tmpnode.h \
udf_inode.h \
udf_volume.h \
ufs_acl.h \
ufs_bio.h \
ufs_filio.h \
ufs_fs.h \
ufs_fsdir.h \
ufs_inode.h \
ufs_lockfs.h \
ufs_log.h \
ufs_mount.h \
ufs_panic.h \
ufs_prot.h \
ufs_quota.h \
ufs_snap.h \
ufs_trans.h \
zfs.h \
zut.h
PCMCIAHDRS= \
pcata.h \
pcgld.h \
pcser_conf.h \
pcser_io.h \
pcser_reg.h \
pcser_manuspec.h \
pcser_var.h
SCSIHDRS= \
scsi.h \
scsi_address.h \
scsi_ctl.h \
scsi_fm.h \
scsi_params.h \
scsi_pkt.h \
scsi_resource.h \
scsi_types.h \
scsi_watch.h
SCSICONFHDRS= \
autoconf.h \
device.h
SCSIGENHDRS= \
commands.h \
dad_mode.h \
inquiry.h \
message.h \
mode.h \
persist.h \
sense.h \
smp_frames.h \
status.h
SCSIIMPLHDRS= \
commands.h \
inquiry.h \
mode.h \
scsi_reset_notify.h \
scsi_sas.h \
sense.h \
services.h \
smp_transport.h \
spc3_types.h \
status.h \
transport.h \
types.h \
uscsi.h \
usmp.h
SCSITARGETSHDRS= \
ses.h \
sesio.h \
sgendef.h \
stdef.h \
sddef.h \
smp.h
SCSIADHDRS= \
blk2scsa.h
SCSICADHDRS=
SCSIISCSIHDRS= \
iscsi_door.h \
iscsi_if.h
SCSIVHCIHDRS= \
scsi_vhci.h \
mpapi_impl.h \
mpapi_scsi_vhci.h
SDCARDHDRS= \
sda.h \
sda_impl.h \
sda_ioctl.h
FC4HDRS= \
fc_transport.h \
linkapp.h \
fc.h \
fcp.h \
fcal_transport.h \
fcal.h \
fcal_linkapp.h \
fcio.h
FCHDRS= \
fc.h \
fcio.h \
fc_types.h \
fc_appif.h
FCIMPLHDRS= \
fc_error.h \
fcph.h
FCULPHDRS= \
fcp_util.h \
fcsm.h
SATAGENHDRS= \
sata_hba.h \
sata_defs.h \
sata_cfgadm.h
SYSEVENTHDRS= \
ap_driver.h \
dev.h \
domain.h \
dr.h \
env.h \
eventdefs.h \
ipmp.h \
pwrctl.h \
svm.h \
vrrp.h
CONTRACTHDRS= \
process.h \
process_impl.h \
device.h \
device_impl.h
USBHDRS= \
usba.h \
usbai.h
UWBHDRS= \
uwb.h \
uwbai.h
UWBAHDRS= \
uwba.h
USBAUDHDRS= \
usb_audio.h
USBHUBDHDRS= \
hub.h \
hubd_impl.h
USBHIDHDRS= \
hid.h
USBHWARCHDRS= \
hwarc.h
USBMSHDRS= \
usb_bulkonly.h \
usb_cbi.h
USBPRNHDRS= \
usb_printer.h
USBCDCHDRS= \
usb_cdc.h
USBVIDHDRS= \
usbvc.h
UGENHDRS= \
usb_ugen.h
HOTPLUGHDRS= \
hpcsvc.h \
hpctrl.h
HOTPLUGPCIHDRS= \
pcicfg.h \
pcihp.h
RSMHDRS= \
rsm.h \
rsm_common.h \
rsmapi_common.h \
rsmpi.h \
rsmpi_driver.h \
rsmka_path_int.h
TSOLHDRS= \
label.h \
label_macro.h \
priv.h \
tndb.h \
tsyscall.h
I1394HDRS= \
cmd1394.h \
id1394.h \
ieee1212.h \
ieee1394.h \
ixl1394.h \
s1394_impl.h \
t1394.h
# "cmdk" headers used on sparc
SDKTPHDRS= \
dadkio.h \
fdisk.h
# "cmdk" headers used on i386
DKTPHDRS= \
altsctr.h \
bbh.h \
cm.h \
cmdev.h \
cmdk.h \
cmpkt.h \
controller.h \
dadev.h \
dadk.h \
dadkio.h \
fctypes.h \
fdisk.h \
flowctrl.h \
gda.h \
quetypes.h \
queue.h \
tgcom.h \
tgdk.h
# "pc" header files used on i386
PCHDRS= \
avintr.h \
dma_engine.h \
i8272A.h \
pcic_reg.h \
pcic_var.h \
pic.h \
pit.h \
rtc.h
NXGEHDRS= \
nxge.h \
nxge_common.h \
nxge_common_impl.h \
nxge_defs.h \
nxge_hw.h \
nxge_impl.h \
nxge_ipp.h \
nxge_ipp_hw.h \
nxge_mac.h \
nxge_mac_hw.h \
nxge_fflp.h \
nxge_fflp_hw.h \
nxge_mii.h \
nxge_rxdma.h \
nxge_rxdma_hw.h \
nxge_txc.h \
nxge_txc_hw.h \
nxge_txdma.h \
nxge_txdma_hw.h \
nxge_virtual.h \
nxge_espc.h
include Makefile.syshdrs
dcam/%.check: dcam/%.h
$(DOT_H_CHECK)
CHECKHDRS= \
$($(MACH)_HDRS:%.h=%.check) \
$(AUDIOHDRS:%.h=audio/%.check) \
$(AVHDRS:%.h=av/%.check) \
$(BSCHDRS:%.h=%.check) \
$(CHKHDRS:%.h=%.check) \
$(CPUDRVHDRS:%.h=%.check) \
$(CRYPTOHDRS:%.h=crypto/%.check) \
$(DCAMHDRS:%.h=dcam/%.check) \
$(FC4HDRS:%.h=fc4/%.check) \
$(FCHDRS:%.h=fibre-channel/%.check) \
$(FCIMPLHDRS:%.h=fibre-channel/impl/%.check) \
$(FCULPHDRS:%.h=fibre-channel/ulp/%.check) \
$(IBHDRS:%.h=ib/%.check) \
$(IBDHDRS:%.h=ib/clients/ibd/%.check) \
$(IBTLHDRS:%.h=ib/ibtl/%.check) \
$(IBTLIMPLHDRS:%.h=ib/ibtl/impl/%.check) \
$(IBNEXHDRS:%.h=ib/ibnex/%.check) \
$(IBMGTHDRS:%.h=ib/mgt/%.check) \
$(IBMFHDRS:%.h=ib/mgt/ibmf/%.check) \
$(TAVORHDRS:%.h=ib/adapters/tavor/%.check) \
$(HERMONHDRS:%.h=ib/adapters/hermon/%.check) \
$(IDMHDRS:%.h=idm/%.check) \
$(ISCSIHDRS:%.h=iscsi/%.check) \
$(ISCSITHDRS:%.h=iscsit/%.check) \
$(ISOHDRS:%.h=iso/%.check) \
$(FMHDRS:%.h=fm/%.check) \
$(FMFSHDRS:%.h=fm/fs/%.check) \
$(FMIOHDRS:%.h=fm/io/%.check) \
$(FSHDRS:%.h=fs/%.check) \
$(LVMHDRS:%.h=lvm/%.check) \
$(PCMCIAHDRS:%.h=pcmcia/%.check) \
$(SCSIHDRS:%.h=scsi/%.check) \
$(SCSIADHDRS:%.h=scsi/adapters/%.check) \
$(SCSICONFHDRS:%.h=scsi/conf/%.check) \
$(SCSIIMPLHDRS:%.h=scsi/impl/%.check) \
$(SCSIISCSIHDRS:%.h=scsi/adapters/%.check) \
$(SCSITARGETSHDRS:%.h=scsi/targets/%.check) \
$(SCSIVHCIHDRS:%.h=scsi/adapters/%.check) \
$(SATAGENHDRS:%.h=sata/%.check) \
$(SDCARDHDRS:%.h=sdcard/%.check) \
$(SYSEVENTHDRS:%.h=sysevent/%.check) \
$(CONTRACTHDRS:%.h=contract/%.check) \
$(USBAUDHDRS:%.h=usb/clients/audio/%.check) \
$(USBHUBDHDRS:%.h=usb/hubd/%.check) \
$(USBHIDHDRS:%.h=usb/clients/hid/%.check) \
$(USBHWARCHDRS:%.h=usb/clients/hwarc/%.check) \
$(USBMSHDRS:%.h=usb/clients/mass_storage/%.check) \
$(USBPRNHDRS:%.h=usb/clients/printer/%.check) \
$(USBCDCHDRS:%.h=usb/clients/usbcdc/%.check) \
$(USBVIDHDRS:%.h=usb/clients/video/usbvc/%.check) \
$(UGENHDRS:%.h=usb/clients/ugen/%.check) \
$(USBHDRS:%.h=usb/%.check) \
$(UWBHDRS:%.h=uwb/%.check) \
$(UWBAHDRS:%.h=uwb/uwba/%.check) \
$(I1394HDRS:%.h=1394/%.check) \
$(RSMHDRS:%.h=rsm/%.check) \
$(TSOLHDRS:%.h=tsol/%.check) \
$(NXGEHDRS:%.h=nxge/%.check)
.KEEP_STATE:
.PARALLEL: \
$(CHECKHDRS) \
$(ROOTHDRS) \
$(ROOTAUDHDRS) \
$(ROOTAVHDRS) \
$(ROOTCRYPTOHDRS) \
$(ROOTDCAMHDRS) \
$(ROOTISOHDRS) \
$(ROOTIDMHDRS) \
$(ROOTISCSIHDRS) \
$(ROOTISCSITHDRS) \
$(ROOTFC4HDRS) \
$(ROOTFCHDRS) \
$(ROOTFCIMPLHDRS) \
$(ROOTFCULPHDRS) \
$(ROOTFMHDRS) \
$(ROOTFMIOHDRS) \
$(ROOTFMFSHDRS) \
$(ROOTFSHDRS) \
$(ROOTIBDHDRS) \
$(ROOTIBHDRS) \
$(ROOTIBTLHDRS) \
$(ROOTIBTLIMPLHDRS) \
$(ROOTIBNEXHDRS) \
$(ROOTIBMGTHDRS) \
$(ROOTIBMFHDRS) \
$(ROOTTAVORHDRS) \
$(ROOTHERMONHDRS) \
$(ROOTLVMHDRS) \
$(ROOTPCMCIAHDRS) \
$(ROOTSCSIHDRS) \
$(ROOTSCSIADHDRS) \
$(ROOTSCSICONFHDRS) \
$(ROOTSCSIISCSIHDRS) \
$(ROOTSCSIGENHDRS) \
$(ROOTSCSIIMPLHDRS) \
$(ROOTSCSIVHCIHDRS) \
$(ROOTSDCARDHDRS) \
$(ROOTSYSEVENTHDRS) \
$(ROOTCONTRACTHDRS) \
$(ROOTUSBHDRS) \
$(ROOTUWBHDRS) \
$(ROOTUWBAHDRS) \
$(ROOTUSBAUDHDRS) \
$(ROOTUSBHUBDHDRS) \
$(ROOTUSBHIDHDRS) \
$(ROOTUSBHRCHDRS) \
$(ROOTUSBMSHDRS) \
$(ROOTUSBPRNHDRS) \
$(ROOTUSBCDCHDRS) \
$(ROOTUSBVIDHDRS) \
$(ROOTUGENHDRS) \
$(ROOT1394HDRS) \
$(ROOTHOTPLUGHDRS) \
$(ROOTHOTPLUGPCIHDRS) \
$(ROOTRSMHDRS) \
$(ROOTTSOLHDRS) \
$($(MACH)_ROOTHDRS)
install_h: \
$(ROOTDIRS) \
LVMDERIVED_H \
.WAIT \
$(ROOTHDRS) \
$(ROOTAUDHDRS) \
$(ROOTAVHDRS) \
$(ROOTCRYPTOHDRS) \
$(ROOTDCAMHDRS) \
$(ROOTISOHDRS) \
$(ROOTIDMHDRS) \
$(ROOTISCSIHDRS) \
$(ROOTISCSITHDRS) \
$(ROOTFC4HDRS) \
$(ROOTFCHDRS) \
$(ROOTFCIMPLHDRS) \
$(ROOTFCULPHDRS) \
$(ROOTFMHDRS) \
$(ROOTFMFSHDRS) \
$(ROOTFMIOHDRS) \
$(ROOTFSHDRS) \
$(ROOTIBDHDRS) \
$(ROOTIBHDRS) \
$(ROOTIBTLHDRS) \
$(ROOTIBTLIMPLHDRS) \
$(ROOTIBNEXHDRS) \
$(ROOTIBMGTHDRS) \
$(ROOTIBMFHDRS) \
$(ROOTTAVORHDRS) \
$(ROOTHERMONHDRS) \
$(ROOTLVMHDRS) \
$(ROOTPCMCIAHDRS) \
$(ROOTSCSIHDRS) \
$(ROOTSCSIADHDRS) \
$(ROOTSCSIISCSIHDRS) \
$(ROOTSCSICONFHDRS) \
$(ROOTSCSIGENHDRS) \
$(ROOTSCSIIMPLHDRS) \
$(ROOTSCSIVHCIHDRS) \
$(ROOTSDCARDHDRS) \
$(ROOTSYSEVENTHDRS) \
$(ROOTCONTRACTHDRS) \
$(ROOTUWBHDRS) \
$(ROOTUWBAHDRS) \
$(ROOTUSBHDRS) \
$(ROOTUSBAUDHDRS) \
$(ROOTUSBHUBDHDRS) \
$(ROOTUSBHIDHDRS) \
$(ROOTUSBHRCHDRS) \
$(ROOTUSBMSHDRS) \
$(ROOTUSBPRNHDRS) \
$(ROOTUSBCDCHDRS) \
$(ROOTUSBVIDHDRS) \
$(ROOTUGENHDRS) \
$(ROOT1394HDRS) \
$(ROOTHOTPLUGHDRS) \
$(ROOTHOTPLUGPCIHDRS) \
$(ROOTRSMHDRS) \
$(ROOTTSOLHDRS) \
$($(MACH)_ROOTHDRS)
all_h: $(GENHDRS)
priv_const.h: $(PRIVS_AWK) $(PRIVS_DEF)
$(NAWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v privhfile=$@
priv_names.h: $(PRIVS_AWK) $(PRIVS_DEF)
$(NAWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v pubhfile=$@
usb/usbdevs.h: $(USBDEVS_AWK) $(USBDEVS_DATA)
$(NAWK) -f $(USBDEVS_AWK) $(USBDEVS_DATA) -H > $@
LVMDERIVED_H:
cd $(SRC)/uts/common/sys/lvm; pwd; $(MAKE)
clean:
$(RM) $(GENHDRS)
clobber: clean
check: $(CHECKHDRS)
FRC:
# EXPORT DELETE START
EXPORT_SRC:
$(RM) wanboot_impl.h+ Makefile+
sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
< wanboot_impl.h > wanboot_impl.h+
$(MV) wanboot_impl.h+ wanboot_impl.h
sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
< Makefile > Makefile+
$(RM) Makefile
$(MV) Makefile+ Makefile
$(CHMOD) 444 Makefile wanboot_impl.h
# EXPORT DELETE END