17c478bd9Sstevel@tonic-gate# 27c478bd9Sstevel@tonic-gate# CDDL HEADER START 37c478bd9Sstevel@tonic-gate# 47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the 54ab75253Smrj# Common Development and Distribution License (the "License"). 64ab75253Smrj# You may not use this file except in compliance with the License. 77c478bd9Sstevel@tonic-gate# 87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions 117c478bd9Sstevel@tonic-gate# and limitations under the License. 127c478bd9Sstevel@tonic-gate# 137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 187c478bd9Sstevel@tonic-gate# 197c478bd9Sstevel@tonic-gate# CDDL HEADER END 207c478bd9Sstevel@tonic-gate# 217c478bd9Sstevel@tonic-gate# 2215d9d0b5Syy154373# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 237c478bd9Sstevel@tonic-gate# Use is subject to license terms. 247c478bd9Sstevel@tonic-gate# 257c478bd9Sstevel@tonic-gate 267c478bd9Sstevel@tonic-gateinclude $(SRC)/uts/Makefile.uts 277c478bd9Sstevel@tonic-gate 287c478bd9Sstevel@tonic-gateGROUP=bin 297c478bd9Sstevel@tonic-gateFILEMODE=644 307c478bd9Sstevel@tonic-gate 317c478bd9Sstevel@tonic-gate# 327c478bd9Sstevel@tonic-gate# Note that the following headers are present in the kernel but 337c478bd9Sstevel@tonic-gate# neither installed or shipped as part of the product: 347c478bd9Sstevel@tonic-gate# cpuid_drv.h: Private interface for cpuid consumers 357c478bd9Sstevel@tonic-gate# unix_bb_info.h: Private interface to kcov 367c478bd9Sstevel@tonic-gate# 377c478bd9Sstevel@tonic-gate 387c478bd9Sstevel@tonic-gatei386_HDRS= \ 397c478bd9Sstevel@tonic-gate agp/agpamd64gart_io.h \ 407c478bd9Sstevel@tonic-gate agp/agpdefs.h \ 417c478bd9Sstevel@tonic-gate agp/agpgart_impl.h \ 427c478bd9Sstevel@tonic-gate agp/agpmaster_io.h \ 437c478bd9Sstevel@tonic-gate agp/agptarget_io.h \ 447c478bd9Sstevel@tonic-gate agpgart.h \ 457c478bd9Sstevel@tonic-gate asy.h \ 467c478bd9Sstevel@tonic-gate audio/audio810.h \ 47582eadeeSfl147353 audio/audiohd.h \ 48c525fe66Sfl147353 audio/audioixp.h \ 497c478bd9Sstevel@tonic-gate fd_debug.h \ 507c478bd9Sstevel@tonic-gate fdc.h \ 517c478bd9Sstevel@tonic-gate fdmedia.h \ 52fd9cb95cSsethg mouse.h \ 537c478bd9Sstevel@tonic-gate mse.h \ 542449e17fSsherrym vuidmice.h \ 552449e17fSsherrym ucode.h 567c478bd9Sstevel@tonic-gate 577c478bd9Sstevel@tonic-gateAVHDRS= \ 587c478bd9Sstevel@tonic-gate av/iec61883.h 597c478bd9Sstevel@tonic-gate 607c478bd9Sstevel@tonic-gatesparc_HDRS= \ 617c478bd9Sstevel@tonic-gate audio/audiots.h \ 627c478bd9Sstevel@tonic-gate audio/am_src2.h \ 63fd9cb95cSsethg mouse.h \ 647c478bd9Sstevel@tonic-gate scsi/targets/ssddef.h \ 657c478bd9Sstevel@tonic-gate $(MDESCHDRS) \ 667c478bd9Sstevel@tonic-gate $(AVHDRS) 677c478bd9Sstevel@tonic-gate 687c478bd9Sstevel@tonic-gate# Generated headers 697c478bd9Sstevel@tonic-gateGENHDRS= \ 707c478bd9Sstevel@tonic-gate priv_const.h \ 717c478bd9Sstevel@tonic-gate priv_names.h 727c478bd9Sstevel@tonic-gate 737c478bd9Sstevel@tonic-gateCHKHDRS= \ 74d2ec54f7Sphitran acpi_drv.h \ 757c478bd9Sstevel@tonic-gate acct.h \ 767c478bd9Sstevel@tonic-gate acctctl.h \ 777c478bd9Sstevel@tonic-gate acl.h \ 78da6c28aaSamw acl_impl.h \ 797c478bd9Sstevel@tonic-gate aggr.h \ 807c478bd9Sstevel@tonic-gate aggr_impl.h \ 817c478bd9Sstevel@tonic-gate aio.h \ 827c478bd9Sstevel@tonic-gate aio_impl.h \ 837c478bd9Sstevel@tonic-gate aio_req.h \ 847c478bd9Sstevel@tonic-gate aiocb.h \ 857c478bd9Sstevel@tonic-gate ascii.h \ 86f841f6adSraf asynch.h \ 877c478bd9Sstevel@tonic-gate atomic.h \ 88da6c28aaSamw attr.h \ 897c478bd9Sstevel@tonic-gate audio.h \ 907c478bd9Sstevel@tonic-gate audioio.h \ 917c478bd9Sstevel@tonic-gate audiovar.h \ 927c478bd9Sstevel@tonic-gate autoconf.h \ 937c478bd9Sstevel@tonic-gate auxv.h \ 947c478bd9Sstevel@tonic-gate auxv_386.h \ 957c478bd9Sstevel@tonic-gate auxv_SPARC.h \ 967c478bd9Sstevel@tonic-gate avl.h \ 977c478bd9Sstevel@tonic-gate avl_impl.h \ 987c478bd9Sstevel@tonic-gate bitmap.h \ 99fb2f18f8Sesaxe bitset.h \ 1007c478bd9Sstevel@tonic-gate bl.h \ 1019113a79cSeschrock bmc_intf.h \ 1027c478bd9Sstevel@tonic-gate bofi.h \ 1037c478bd9Sstevel@tonic-gate bofi_impl.h \ 1047c478bd9Sstevel@tonic-gate bpp_io.h \ 1057c478bd9Sstevel@tonic-gate bootstat.h \ 1069acbbeafSnn35248 brand.h \ 1077c478bd9Sstevel@tonic-gate buf.h \ 1087c478bd9Sstevel@tonic-gate bufmod.h \ 1097c478bd9Sstevel@tonic-gate bustypes.h \ 1107c478bd9Sstevel@tonic-gate byteorder.h \ 1117c478bd9Sstevel@tonic-gate callb.h \ 1127c478bd9Sstevel@tonic-gate callo.h \ 113c97ad5cdSakolb cpucaps.h \ 114c97ad5cdSakolb cpucaps_impl.h \ 1157c478bd9Sstevel@tonic-gate ccompile.h \ 1167c478bd9Sstevel@tonic-gate cdio.h \ 1177c478bd9Sstevel@tonic-gate cladm.h \ 1187c478bd9Sstevel@tonic-gate class.h \ 1197c478bd9Sstevel@tonic-gate clconf.h \ 1203ccda647Slclee cmlb.h \ 1217c478bd9Sstevel@tonic-gate cmn_err.h \ 1227c478bd9Sstevel@tonic-gate compress.h \ 1237c478bd9Sstevel@tonic-gate condvar.h \ 1247c478bd9Sstevel@tonic-gate condvar_impl.h \ 1257c478bd9Sstevel@tonic-gate conf.h \ 1267c478bd9Sstevel@tonic-gate consdev.h \ 1277c478bd9Sstevel@tonic-gate console.h \ 128b52fe415Slipeng sang - Sun Microsystems - Beijing China consplat.h \ 129*aecfc01dSrui zang - Sun Microsystems - Beijing China vt.h \ 130*aecfc01dSrui zang - Sun Microsystems - Beijing China vtdaemon.h \ 131*aecfc01dSrui zang - Sun Microsystems - Beijing China kd.h \ 1327c478bd9Sstevel@tonic-gate contract.h \ 1337c478bd9Sstevel@tonic-gate contract_impl.h \ 1347c478bd9Sstevel@tonic-gate copyops.h \ 1357c478bd9Sstevel@tonic-gate core.h \ 1367c478bd9Sstevel@tonic-gate corectl.h \ 1377c478bd9Sstevel@tonic-gate cpc_impl.h \ 1387c478bd9Sstevel@tonic-gate cpc_pcbe.h \ 1397c478bd9Sstevel@tonic-gate cpr.h \ 1407c478bd9Sstevel@tonic-gate cpupart.h \ 1417c478bd9Sstevel@tonic-gate cpuvar.h \ 1427c478bd9Sstevel@tonic-gate crc32.h \ 1437c478bd9Sstevel@tonic-gate cred.h \ 1447c478bd9Sstevel@tonic-gate cred_impl.h \ 1457c478bd9Sstevel@tonic-gate crtctl.h \ 1467c478bd9Sstevel@tonic-gate cryptmod.h \ 1477c478bd9Sstevel@tonic-gate csiioctl.h \ 1487c478bd9Sstevel@tonic-gate ctf.h \ 1497c478bd9Sstevel@tonic-gate ctfs.h \ 1507c478bd9Sstevel@tonic-gate ctfs_impl.h \ 1517c478bd9Sstevel@tonic-gate ctf_api.h \ 1527c478bd9Sstevel@tonic-gate ctype.h \ 1537c478bd9Sstevel@tonic-gate cyclic.h \ 1547c478bd9Sstevel@tonic-gate cyclic_impl.h \ 1557c478bd9Sstevel@tonic-gate dacf.h \ 1567c478bd9Sstevel@tonic-gate dacf_impl.h \ 1577c478bd9Sstevel@tonic-gate dc_ki.h \ 1587c478bd9Sstevel@tonic-gate ddi.h \ 1597c478bd9Sstevel@tonic-gate ddifm.h \ 1607c478bd9Sstevel@tonic-gate ddifm_impl.h \ 1617c478bd9Sstevel@tonic-gate ddi_intr.h \ 1627c478bd9Sstevel@tonic-gate ddi_intr_impl.h \ 1637c478bd9Sstevel@tonic-gate ddi_impldefs.h \ 1647c478bd9Sstevel@tonic-gate ddi_implfuncs.h \ 1654ab75253Smrj ddi_obsolete.h \ 166dd4eeefdSeota ddi_timer.h \ 1677c478bd9Sstevel@tonic-gate ddidevmap.h \ 1687c478bd9Sstevel@tonic-gate ddidmareq.h \ 1697c478bd9Sstevel@tonic-gate ddimapreq.h \ 1707c478bd9Sstevel@tonic-gate ddipropdefs.h \ 1717c478bd9Sstevel@tonic-gate dditypes.h \ 1727c478bd9Sstevel@tonic-gate debug.h \ 1737c478bd9Sstevel@tonic-gate des.h \ 17465abbdb2Sjg devctl.h \ 17583c4dfe9Sjg devcache.h \ 17683c4dfe9Sjg devcache_impl.h \ 177e4b86885SCheng Sean Ye devfm.h \ 17883c4dfe9Sjg devid_cache.h \ 1797c478bd9Sstevel@tonic-gate devinfo_impl.h \ 1807c478bd9Sstevel@tonic-gate devops.h \ 1817c478bd9Sstevel@tonic-gate devpolicy.h \ 1827c478bd9Sstevel@tonic-gate devpoll.h \ 1837c478bd9Sstevel@tonic-gate dirent.h \ 1847c478bd9Sstevel@tonic-gate disp.h \ 1857c478bd9Sstevel@tonic-gate dkbad.h \ 1867c478bd9Sstevel@tonic-gate dkio.h \ 1877c478bd9Sstevel@tonic-gate dklabel.h \ 1887c478bd9Sstevel@tonic-gate dl.h \ 1897c478bd9Sstevel@tonic-gate dlpi.h \ 1907c478bd9Sstevel@tonic-gate dld.h \ 1917c478bd9Sstevel@tonic-gate dld_impl.h \ 192eae72b5bSSebastien Roy dld_ioc.h \ 1937c478bd9Sstevel@tonic-gate dls.h \ 1947c478bd9Sstevel@tonic-gate dls_impl.h \ 1957c478bd9Sstevel@tonic-gate dma_i8237A.h \ 1967c478bd9Sstevel@tonic-gate dnlc.h \ 1977c478bd9Sstevel@tonic-gate door.h \ 1987c478bd9Sstevel@tonic-gate door_data.h \ 1997c478bd9Sstevel@tonic-gate door_impl.h \ 2007c478bd9Sstevel@tonic-gate dtrace.h \ 2017c478bd9Sstevel@tonic-gate dtrace_impl.h \ 2027c478bd9Sstevel@tonic-gate dumpadm.h \ 2037c478bd9Sstevel@tonic-gate dumphdr.h \ 2047c478bd9Sstevel@tonic-gate ecppsys.h \ 2057c478bd9Sstevel@tonic-gate ecppio.h \ 2067c478bd9Sstevel@tonic-gate ecppreg.h \ 2077c478bd9Sstevel@tonic-gate ecppvar.h \ 2087c478bd9Sstevel@tonic-gate efi_partition.h \ 2097c478bd9Sstevel@tonic-gate elf.h \ 2107c478bd9Sstevel@tonic-gate elf_386.h \ 2117c478bd9Sstevel@tonic-gate elf_SPARC.h \ 2127c478bd9Sstevel@tonic-gate elf_notes.h \ 2137c478bd9Sstevel@tonic-gate elf_amd64.h \ 2147c478bd9Sstevel@tonic-gate elftypes.h \ 215b1dd958fScth emul64.h \ 216b1dd958fScth emul64cmd.h \ 217b1dd958fScth emul64var.h \ 2187c478bd9Sstevel@tonic-gate epm.h \ 2197c478bd9Sstevel@tonic-gate errno.h \ 2207c478bd9Sstevel@tonic-gate errorq.h \ 2217c478bd9Sstevel@tonic-gate errorq_impl.h \ 2227c478bd9Sstevel@tonic-gate esunddi.h \ 2237c478bd9Sstevel@tonic-gate ethernet.h \ 2247c478bd9Sstevel@tonic-gate euc.h \ 2257c478bd9Sstevel@tonic-gate eucioctl.h \ 2267c478bd9Sstevel@tonic-gate exacct.h \ 2277c478bd9Sstevel@tonic-gate exacct_catalog.h \ 2287c478bd9Sstevel@tonic-gate exacct_impl.h \ 2297c478bd9Sstevel@tonic-gate exec.h \ 2307c478bd9Sstevel@tonic-gate exechdr.h \ 231da6c28aaSamw extdirent.h \ 2327c478bd9Sstevel@tonic-gate fault.h \ 2337c478bd9Sstevel@tonic-gate fasttrap.h \ 2347c478bd9Sstevel@tonic-gate fasttrap_impl.h \ 2357c478bd9Sstevel@tonic-gate fbio.h \ 2367c478bd9Sstevel@tonic-gate fbuf.h \ 2377c478bd9Sstevel@tonic-gate fcntl.h \ 2387c478bd9Sstevel@tonic-gate fdbuffer.h \ 2397c478bd9Sstevel@tonic-gate fdio.h \ 2407c478bd9Sstevel@tonic-gate feature_tests.h \ 2417c478bd9Sstevel@tonic-gate fem.h \ 2427c478bd9Sstevel@tonic-gate file.h \ 2437c478bd9Sstevel@tonic-gate filio.h \ 2447c478bd9Sstevel@tonic-gate flock.h \ 2457c478bd9Sstevel@tonic-gate flock_impl.h \ 246657b1f3dSraf fork.h \ 2477c478bd9Sstevel@tonic-gate fss.h \ 2487c478bd9Sstevel@tonic-gate fsspriocntl.h \ 2497c478bd9Sstevel@tonic-gate fsid.h \ 2507c478bd9Sstevel@tonic-gate fssnap.h \ 2517c478bd9Sstevel@tonic-gate fssnap_if.h \ 2527c478bd9Sstevel@tonic-gate fstyp.h \ 2537c478bd9Sstevel@tonic-gate ftrace.h \ 2547c478bd9Sstevel@tonic-gate fx.h \ 2557c478bd9Sstevel@tonic-gate fxpriocntl.h \ 2567c478bd9Sstevel@tonic-gate gfs.h \ 2577c478bd9Sstevel@tonic-gate gld.h \ 2587c478bd9Sstevel@tonic-gate gldpriv.h \ 259fb2f18f8Sesaxe group.h \ 2607c478bd9Sstevel@tonic-gate hdio.h \ 261381a2a9aSdr146992 hook.h \ 262381a2a9aSdr146992 hook_event.h \ 263381a2a9aSdr146992 hook_impl.h \ 2647c478bd9Sstevel@tonic-gate hwconf.h \ 2657c478bd9Sstevel@tonic-gate ia.h \ 2667c478bd9Sstevel@tonic-gate iapriocntl.h \ 2677c478bd9Sstevel@tonic-gate id32.h \ 268c5c4113dSnw141292 idmap.h \ 2697c478bd9Sstevel@tonic-gate ieeefp.h \ 2707c478bd9Sstevel@tonic-gate id_space.h \ 2717c478bd9Sstevel@tonic-gate instance.h \ 2727c478bd9Sstevel@tonic-gate int_const.h \ 2737c478bd9Sstevel@tonic-gate int_fmtio.h \ 2747c478bd9Sstevel@tonic-gate int_limits.h \ 2757c478bd9Sstevel@tonic-gate int_types.h \ 2767c478bd9Sstevel@tonic-gate inttypes.h \ 2777c478bd9Sstevel@tonic-gate ioccom.h \ 2787c478bd9Sstevel@tonic-gate ioctl.h \ 2797c478bd9Sstevel@tonic-gate ipc.h \ 2807c478bd9Sstevel@tonic-gate ipc_impl.h \ 281824c205fSml93401 ipc_rctl.h \ 2827c478bd9Sstevel@tonic-gate isa_defs.h \ 28336c5fee3Smcneal iscsi_authclient.h \ 28436c5fee3Smcneal iscsi_authclientglue.h \ 28536c5fee3Smcneal iscsi_protocol.h \ 2867c478bd9Sstevel@tonic-gate jioctl.h \ 2877c478bd9Sstevel@tonic-gate kbd.h \ 2887c478bd9Sstevel@tonic-gate kbdreg.h \ 2897c478bd9Sstevel@tonic-gate kbio.h \ 2907c478bd9Sstevel@tonic-gate kcpc.h \ 2917c478bd9Sstevel@tonic-gate kdi.h \ 2927c478bd9Sstevel@tonic-gate kdi_impl.h \ 293d14d7d31Sis kiconv.h \ 29415d9d0b5Syy154373 kiconv_big5_utf8.h \ 29515d9d0b5Syy154373 kiconv_cck_common.h \ 29615d9d0b5Syy154373 kiconv_cp950hkscs_utf8.h \ 297d14d7d31Sis kiconv_emea1.h \ 298d14d7d31Sis kiconv_emea2.h \ 29915d9d0b5Syy154373 kiconv_euckr_utf8.h \ 30015d9d0b5Syy154373 kiconv_euctw_utf8.h \ 30115d9d0b5Syy154373 kiconv_gb18030_utf8.h \ 30215d9d0b5Syy154373 kiconv_gb2312_utf8.h \ 30315d9d0b5Syy154373 kiconv_hkscs_utf8.h \ 30415d9d0b5Syy154373 kiconv_ja.h \ 30515d9d0b5Syy154373 kiconv_ja_jis_to_unicode.h \ 30615d9d0b5Syy154373 kiconv_ja_unicode_to_jis.h \ 30715d9d0b5Syy154373 kiconv_ko.h \ 308d14d7d31Sis kiconv_latin1.h \ 30915d9d0b5Syy154373 kiconv_sc.h \ 31015d9d0b5Syy154373 kiconv_tc.h \ 31115d9d0b5Syy154373 kiconv_uhc_utf8.h \ 31215d9d0b5Syy154373 kiconv_utf8_big5.h \ 31315d9d0b5Syy154373 kiconv_utf8_cp950hkscs.h \ 31415d9d0b5Syy154373 kiconv_utf8_euckr.h \ 31515d9d0b5Syy154373 kiconv_utf8_euctw.h \ 31615d9d0b5Syy154373 kiconv_utf8_gb18030.h \ 31715d9d0b5Syy154373 kiconv_utf8_gb2312.h \ 31815d9d0b5Syy154373 kiconv_utf8_hkscs.h \ 31915d9d0b5Syy154373 kiconv_utf8_uhc.h \ 320c5c4113dSnw141292 kidmap.h \ 321ddf7fe95Scasper klpd.h \ 3227c478bd9Sstevel@tonic-gate klwp.h \ 3237c478bd9Sstevel@tonic-gate kmdb.h \ 3247c478bd9Sstevel@tonic-gate kmem.h \ 3257c478bd9Sstevel@tonic-gate kmem_impl.h \ 3267c478bd9Sstevel@tonic-gate kobj.h \ 3277c478bd9Sstevel@tonic-gate kobj_impl.h \ 3287c478bd9Sstevel@tonic-gate kstat.h \ 3297c478bd9Sstevel@tonic-gate kstr.h \ 3307c478bd9Sstevel@tonic-gate ksyms.h \ 3317c478bd9Sstevel@tonic-gate ksynch.h \ 3327c478bd9Sstevel@tonic-gate ldterm.h \ 3337c478bd9Sstevel@tonic-gate lgrp.h \ 3347c478bd9Sstevel@tonic-gate lgrp_user.h \ 3358ceba33eSraf libc_kernel.h \ 3367c478bd9Sstevel@tonic-gate link.h \ 3377c478bd9Sstevel@tonic-gate list.h \ 3387c478bd9Sstevel@tonic-gate list_impl.h \ 3397c478bd9Sstevel@tonic-gate llc1.h \ 3407c478bd9Sstevel@tonic-gate loadavg.h \ 3417c478bd9Sstevel@tonic-gate lock.h \ 3427c478bd9Sstevel@tonic-gate lockfs.h \ 3437c478bd9Sstevel@tonic-gate lockstat.h \ 3447c478bd9Sstevel@tonic-gate lofi.h \ 3457c478bd9Sstevel@tonic-gate log.h \ 3467c478bd9Sstevel@tonic-gate logindmux.h \ 3477c478bd9Sstevel@tonic-gate logindmux_impl.h \ 3487c478bd9Sstevel@tonic-gate lwp.h \ 3497c478bd9Sstevel@tonic-gate lwp_timer_impl.h \ 3507c478bd9Sstevel@tonic-gate lwp_upimutex_impl.h \ 3517c478bd9Sstevel@tonic-gate mac.h \ 3527c478bd9Sstevel@tonic-gate mac_impl.h \ 353ba2be530Sab196087 machelf.h \ 3547c478bd9Sstevel@tonic-gate map.h \ 3555151fb12Sdarrenm md4.h \ 3567c478bd9Sstevel@tonic-gate md5.h \ 3577c478bd9Sstevel@tonic-gate md5_consts.h \ 3587c478bd9Sstevel@tonic-gate mdi_impldefs.h \ 3597c478bd9Sstevel@tonic-gate mem.h \ 3607c478bd9Sstevel@tonic-gate mem_config.h \ 3617c478bd9Sstevel@tonic-gate memlist.h \ 3627c478bd9Sstevel@tonic-gate mkdev.h \ 3637c478bd9Sstevel@tonic-gate mhd.h \ 3647c478bd9Sstevel@tonic-gate miiregs.h \ 3657c478bd9Sstevel@tonic-gate mixer.h \ 3667c478bd9Sstevel@tonic-gate mman.h \ 3677c478bd9Sstevel@tonic-gate mntent.h \ 3687c478bd9Sstevel@tonic-gate mntio.h \ 3697c478bd9Sstevel@tonic-gate mnttab.h \ 3707c478bd9Sstevel@tonic-gate modctl.h \ 3717c478bd9Sstevel@tonic-gate mode.h \ 3727c478bd9Sstevel@tonic-gate model.h \ 3737c478bd9Sstevel@tonic-gate modhash.h \ 3747c478bd9Sstevel@tonic-gate modhash_impl.h \ 3757c478bd9Sstevel@tonic-gate mount.h \ 376fd9cb95cSsethg mouse.h \ 3777c478bd9Sstevel@tonic-gate msacct.h \ 3787c478bd9Sstevel@tonic-gate msg.h \ 3797c478bd9Sstevel@tonic-gate msg_impl.h \ 3807c478bd9Sstevel@tonic-gate msio.h \ 3817c478bd9Sstevel@tonic-gate msreg.h \ 3827c478bd9Sstevel@tonic-gate mtio.h \ 3837c478bd9Sstevel@tonic-gate multidata.h \ 3847c478bd9Sstevel@tonic-gate multidata_impl.h \ 3857c478bd9Sstevel@tonic-gate mutex.h \ 3867c478bd9Sstevel@tonic-gate nbmlock.h \ 3877c478bd9Sstevel@tonic-gate ndifm.h \ 3887c478bd9Sstevel@tonic-gate ndi_impldefs.h \ 389fb91fd8aSzf162725 net80211.h \ 390fb91fd8aSzf162725 net80211_crypto.h \ 391fb91fd8aSzf162725 net80211_proto.h \ 3927c478bd9Sstevel@tonic-gate netconfig.h \ 393381a2a9aSdr146992 neti.h \ 394f4b3ec61Sdh155122 netstack.h \ 3957c478bd9Sstevel@tonic-gate nexusdefs.h \ 3967c478bd9Sstevel@tonic-gate note.h \ 3977c478bd9Sstevel@tonic-gate nvpair.h \ 3987c478bd9Sstevel@tonic-gate nvpair_impl.h \ 3997c478bd9Sstevel@tonic-gate objfs.h \ 4007c478bd9Sstevel@tonic-gate objfs_impl.h \ 4017c478bd9Sstevel@tonic-gate ontrap.h \ 4027c478bd9Sstevel@tonic-gate open.h \ 4037c478bd9Sstevel@tonic-gate openpromio.h \ 4047c478bd9Sstevel@tonic-gate panic.h \ 4057c478bd9Sstevel@tonic-gate param.h \ 4067c478bd9Sstevel@tonic-gate pathconf.h \ 4077c478bd9Sstevel@tonic-gate pathname.h \ 4087c478bd9Sstevel@tonic-gate pattr.h \ 409381a2a9aSdr146992 queue.h \ 4107c478bd9Sstevel@tonic-gate serializer.h \ 4117c478bd9Sstevel@tonic-gate pbio.h \ 4127c478bd9Sstevel@tonic-gate pccard.h \ 4137c478bd9Sstevel@tonic-gate pci.h \ 4149164eb65Stimh pcie.h \ 4157c478bd9Sstevel@tonic-gate pci_impl.h \ 4167c478bd9Sstevel@tonic-gate pcmcia.h \ 4177c478bd9Sstevel@tonic-gate pctypes.h \ 4183db86aabSstevel pem.h \ 4197c478bd9Sstevel@tonic-gate pfmod.h \ 420fb2f18f8Sesaxe pg.h \ 421fb2f18f8Sesaxe pghw.h \ 4228b464eb8Smec physmem.h \ 4237c478bd9Sstevel@tonic-gate pm.h \ 4247c478bd9Sstevel@tonic-gate policy.h \ 4257c478bd9Sstevel@tonic-gate poll.h \ 4267c478bd9Sstevel@tonic-gate poll_impl.h \ 4277c478bd9Sstevel@tonic-gate pool.h \ 4287c478bd9Sstevel@tonic-gate pool_impl.h \ 4297c478bd9Sstevel@tonic-gate pool_pset.h \ 4307c478bd9Sstevel@tonic-gate port.h \ 4317c478bd9Sstevel@tonic-gate port_impl.h \ 4327c478bd9Sstevel@tonic-gate port_kernel.h \ 4337c478bd9Sstevel@tonic-gate ppmio.h \ 4347c478bd9Sstevel@tonic-gate priocntl.h \ 4357c478bd9Sstevel@tonic-gate priv.h \ 4367c478bd9Sstevel@tonic-gate priv_impl.h \ 4377c478bd9Sstevel@tonic-gate prnio.h \ 4387c478bd9Sstevel@tonic-gate proc.h \ 4397c478bd9Sstevel@tonic-gate processor.h \ 4407c478bd9Sstevel@tonic-gate procfs.h \ 4417c478bd9Sstevel@tonic-gate procset.h \ 4427c478bd9Sstevel@tonic-gate project.h \ 4437c478bd9Sstevel@tonic-gate protosw.h \ 4447c478bd9Sstevel@tonic-gate prsystm.h \ 4457c478bd9Sstevel@tonic-gate pset.h \ 4467c478bd9Sstevel@tonic-gate pshot.h \ 4477c478bd9Sstevel@tonic-gate ptem.h \ 4487c478bd9Sstevel@tonic-gate ptms.h \ 4497c478bd9Sstevel@tonic-gate ptyvar.h \ 4507c478bd9Sstevel@tonic-gate raidioctl.h \ 4517c478bd9Sstevel@tonic-gate ramdisk.h \ 4527c478bd9Sstevel@tonic-gate random.h \ 4537c478bd9Sstevel@tonic-gate rctl.h \ 4547c478bd9Sstevel@tonic-gate rctl_impl.h \ 4557c478bd9Sstevel@tonic-gate reboot.h \ 4567c478bd9Sstevel@tonic-gate refstr.h \ 4577c478bd9Sstevel@tonic-gate refstr_impl.h \ 4587c478bd9Sstevel@tonic-gate resource.h \ 4597c478bd9Sstevel@tonic-gate rlioctl.h \ 4607c478bd9Sstevel@tonic-gate rt.h \ 4617c478bd9Sstevel@tonic-gate rtpriocntl.h \ 4627c478bd9Sstevel@tonic-gate rwlock.h \ 4637c478bd9Sstevel@tonic-gate rwlock_impl.h \ 4647c478bd9Sstevel@tonic-gate rwstlock.h \ 4657c478bd9Sstevel@tonic-gate sad.h \ 4667c478bd9Sstevel@tonic-gate schedctl.h \ 4677c478bd9Sstevel@tonic-gate sdt.h \ 4687c478bd9Sstevel@tonic-gate select.h \ 4697c478bd9Sstevel@tonic-gate sem.h \ 4707c478bd9Sstevel@tonic-gate sem_impl.h \ 4717c478bd9Sstevel@tonic-gate sema_impl.h \ 4727c478bd9Sstevel@tonic-gate semaphore.h \ 4737c478bd9Sstevel@tonic-gate sendfile.h \ 4747c478bd9Sstevel@tonic-gate ser_sync.h \ 4757c478bd9Sstevel@tonic-gate session.h \ 4767c478bd9Sstevel@tonic-gate sha1.h \ 4777c478bd9Sstevel@tonic-gate sha1_consts.h \ 4787c478bd9Sstevel@tonic-gate sha2.h \ 4797c478bd9Sstevel@tonic-gate sha2_consts.h \ 4807c478bd9Sstevel@tonic-gate share.h \ 4817c478bd9Sstevel@tonic-gate shm.h \ 4827c478bd9Sstevel@tonic-gate shm_impl.h \ 483f48205beScasper sid.h \ 4847c478bd9Sstevel@tonic-gate siginfo.h \ 4857c478bd9Sstevel@tonic-gate signal.h \ 4867c478bd9Sstevel@tonic-gate sleepq.h \ 48784ab085aSmws smbios.h \ 48884ab085aSmws smbios_impl.h \ 4897c478bd9Sstevel@tonic-gate sobject.h \ 4907c478bd9Sstevel@tonic-gate socket.h \ 4917c478bd9Sstevel@tonic-gate socket_impl.h \ 4927c478bd9Sstevel@tonic-gate socketvar.h \ 4937c478bd9Sstevel@tonic-gate sockio.h \ 49417169044Sbrutus sodirect.h \ 4957c478bd9Sstevel@tonic-gate squeue.h \ 4967c478bd9Sstevel@tonic-gate squeue_impl.h \ 4972df1fe9cSrandyf srn.h \ 4987c478bd9Sstevel@tonic-gate sservice.h \ 4997c478bd9Sstevel@tonic-gate stat.h \ 5007c478bd9Sstevel@tonic-gate statfs.h \ 5017c478bd9Sstevel@tonic-gate statvfs.h \ 5027c478bd9Sstevel@tonic-gate stdint.h \ 5037c478bd9Sstevel@tonic-gate stermio.h \ 5047c478bd9Sstevel@tonic-gate stream.h \ 5057c478bd9Sstevel@tonic-gate strft.h \ 5067c478bd9Sstevel@tonic-gate strlog.h \ 5077c478bd9Sstevel@tonic-gate strmdep.h \ 5087c478bd9Sstevel@tonic-gate stropts.h \ 5097c478bd9Sstevel@tonic-gate strredir.h \ 5107c478bd9Sstevel@tonic-gate strstat.h \ 5117c478bd9Sstevel@tonic-gate strsubr.h \ 5127c478bd9Sstevel@tonic-gate strsun.h \ 5137c478bd9Sstevel@tonic-gate strtty.h \ 5147c478bd9Sstevel@tonic-gate sunddi.h \ 5157c478bd9Sstevel@tonic-gate sunldi.h \ 5167c478bd9Sstevel@tonic-gate sunldi_impl.h \ 5177c478bd9Sstevel@tonic-gate sunmdi.h \ 5187c478bd9Sstevel@tonic-gate sunndi.h \ 5197c478bd9Sstevel@tonic-gate sunos_dhcp_class.h \ 5207c478bd9Sstevel@tonic-gate sunpm.h \ 5217c478bd9Sstevel@tonic-gate suntpi.h \ 5227c478bd9Sstevel@tonic-gate suntty.h \ 5237c478bd9Sstevel@tonic-gate swap.h \ 5247c478bd9Sstevel@tonic-gate synch.h \ 5257c478bd9Sstevel@tonic-gate syscall.h \ 5267c478bd9Sstevel@tonic-gate sysconf.h \ 5277c478bd9Sstevel@tonic-gate sysconfig.h \ 5287c478bd9Sstevel@tonic-gate sysevent.h \ 5297c478bd9Sstevel@tonic-gate sysevent_impl.h \ 5307c478bd9Sstevel@tonic-gate sysinfo.h \ 5317c478bd9Sstevel@tonic-gate syslog.h \ 5327c478bd9Sstevel@tonic-gate sysmacros.h \ 5337c478bd9Sstevel@tonic-gate sysmsg_impl.h \ 5347c478bd9Sstevel@tonic-gate systeminfo.h \ 5357c478bd9Sstevel@tonic-gate systm.h \ 5367c478bd9Sstevel@tonic-gate task.h \ 5377c478bd9Sstevel@tonic-gate taskq.h \ 5387c478bd9Sstevel@tonic-gate taskq_impl.h \ 5397c478bd9Sstevel@tonic-gate t_kuser.h \ 5407c478bd9Sstevel@tonic-gate t_lock.h \ 5417c478bd9Sstevel@tonic-gate telioctl.h \ 5427c478bd9Sstevel@tonic-gate termio.h \ 5437c478bd9Sstevel@tonic-gate termios.h \ 5447c478bd9Sstevel@tonic-gate termiox.h \ 5457c478bd9Sstevel@tonic-gate thread.h \ 5467c478bd9Sstevel@tonic-gate ticlts.h \ 5477c478bd9Sstevel@tonic-gate ticots.h \ 5487c478bd9Sstevel@tonic-gate ticotsord.h \ 5497c478bd9Sstevel@tonic-gate tihdr.h \ 5507c478bd9Sstevel@tonic-gate time.h \ 5517c478bd9Sstevel@tonic-gate time_impl.h \ 5527c478bd9Sstevel@tonic-gate time_std_impl.h \ 5537c478bd9Sstevel@tonic-gate timeb.h \ 5547c478bd9Sstevel@tonic-gate timer.h \ 5557c478bd9Sstevel@tonic-gate times.h \ 5567c478bd9Sstevel@tonic-gate timex.h \ 5577c478bd9Sstevel@tonic-gate timod.h \ 5587c478bd9Sstevel@tonic-gate tirdwr.h \ 5597c478bd9Sstevel@tonic-gate tiuser.h \ 5607c478bd9Sstevel@tonic-gate tl.h \ 5617c478bd9Sstevel@tonic-gate tnf.h \ 5627c478bd9Sstevel@tonic-gate tnf_com.h \ 5637c478bd9Sstevel@tonic-gate tnf_probe.h \ 5647c478bd9Sstevel@tonic-gate tnf_writer.h \ 5657c478bd9Sstevel@tonic-gate todio.h \ 5667c478bd9Sstevel@tonic-gate tpicommon.h \ 5677c478bd9Sstevel@tonic-gate ts.h \ 5687c478bd9Sstevel@tonic-gate tspriocntl.h \ 5697c478bd9Sstevel@tonic-gate ttcompat.h \ 5707c478bd9Sstevel@tonic-gate ttold.h \ 5717c478bd9Sstevel@tonic-gate tty.h \ 5727c478bd9Sstevel@tonic-gate ttychars.h \ 5737c478bd9Sstevel@tonic-gate ttydev.h \ 5747c478bd9Sstevel@tonic-gate tuneable.h \ 5757c478bd9Sstevel@tonic-gate turnstile.h \ 5767c478bd9Sstevel@tonic-gate types.h \ 5777c478bd9Sstevel@tonic-gate types32.h \ 578da6c28aaSamw tzfile.h \ 5794703203dSis u8_textprep.h \ 5802765a47cSis u8_textprep_data.h \ 5817c478bd9Sstevel@tonic-gate uadmin.h \ 5827c478bd9Sstevel@tonic-gate ucred.h \ 5837c478bd9Sstevel@tonic-gate uio.h \ 5847c478bd9Sstevel@tonic-gate ulimit.h \ 5857c478bd9Sstevel@tonic-gate un.h \ 5867c478bd9Sstevel@tonic-gate unistd.h \ 5877c478bd9Sstevel@tonic-gate user.h \ 5887c478bd9Sstevel@tonic-gate ustat.h \ 5897c478bd9Sstevel@tonic-gate utime.h \ 5907c478bd9Sstevel@tonic-gate utsname.h \ 5917c478bd9Sstevel@tonic-gate utssys.h \ 5927c478bd9Sstevel@tonic-gate uuid.h \ 5937c478bd9Sstevel@tonic-gate va_impl.h \ 5947c478bd9Sstevel@tonic-gate va_list.h \ 5957c478bd9Sstevel@tonic-gate var.h \ 5967c478bd9Sstevel@tonic-gate varargs.h \ 5977c478bd9Sstevel@tonic-gate vfs.h \ 598aa59c4cbSrsb vfs_opreg.h \ 5997c478bd9Sstevel@tonic-gate vfstab.h \ 6007c478bd9Sstevel@tonic-gate vgareg.h \ 601c77a61a7Syz147069 videodev2.h \ 6027c478bd9Sstevel@tonic-gate visual_io.h \ 603605445d5Sdg199075 vlan.h \ 6047c478bd9Sstevel@tonic-gate vm.h \ 6050209230bSgjelinek vm_usage.h \ 6067c478bd9Sstevel@tonic-gate vmem.h \ 6077c478bd9Sstevel@tonic-gate vmem_impl.h \ 6087c478bd9Sstevel@tonic-gate vmmeter.h \ 6097c478bd9Sstevel@tonic-gate vmsystm.h \ 610843e1988Sjohnlev vnic.h \ 611843e1988Sjohnlev vnic_impl.h \ 6127c478bd9Sstevel@tonic-gate vnode.h \ 613911106dfSjm199354 vscan.h \ 6147c478bd9Sstevel@tonic-gate vtoc.h \ 6157c478bd9Sstevel@tonic-gate vtrace.h \ 6167c478bd9Sstevel@tonic-gate vuid_event.h \ 6177c478bd9Sstevel@tonic-gate vuid_wheel.h \ 6187c478bd9Sstevel@tonic-gate vuid_queue.h \ 6197c478bd9Sstevel@tonic-gate vuid_state.h \ 6207c478bd9Sstevel@tonic-gate vuid_store.h \ 6217c478bd9Sstevel@tonic-gate wait.h \ 622c97ad5cdSakolb waitq.h \ 6237c478bd9Sstevel@tonic-gate wanboot_impl.h \ 6247c478bd9Sstevel@tonic-gate watchpoint.h \ 6257c478bd9Sstevel@tonic-gate winlockio.h \ 6267c478bd9Sstevel@tonic-gate zcons.h \ 6277c478bd9Sstevel@tonic-gate zone.h \ 6287c478bd9Sstevel@tonic-gate xti_inet.h \ 6297c478bd9Sstevel@tonic-gate xti_osi.h \ 6307c478bd9Sstevel@tonic-gate xti_xtiopt.h \ 6317c478bd9Sstevel@tonic-gate zmod.h 6327c478bd9Sstevel@tonic-gate 6337c478bd9Sstevel@tonic-gateHDRS= \ 6347c478bd9Sstevel@tonic-gate $(GENHDRS) \ 6357c478bd9Sstevel@tonic-gate $(CHKHDRS) 6367c478bd9Sstevel@tonic-gate 6377c478bd9Sstevel@tonic-gateAUDIOHDRS= \ 6387c478bd9Sstevel@tonic-gate ac97.h \ 6397c478bd9Sstevel@tonic-gate am_src1.h \ 6407c478bd9Sstevel@tonic-gate audio_apm.h \ 6417c478bd9Sstevel@tonic-gate audio_mixer.h \ 6427c478bd9Sstevel@tonic-gate audio_src.h \ 6437c478bd9Sstevel@tonic-gate audio_support.h \ 6447c478bd9Sstevel@tonic-gate audio_trace.h \ 6457c478bd9Sstevel@tonic-gate g711.h 6467c478bd9Sstevel@tonic-gate 6477c478bd9Sstevel@tonic-gateBSCHDRS= \ 6481c42de6dSgd78059 bscbus.h \ 6491c42de6dSgd78059 bscv_impl.h \ 6507c478bd9Sstevel@tonic-gate lom_ebuscodes.h \ 6517c478bd9Sstevel@tonic-gate lom_io.h \ 6523db86aabSstevel lom_priv.h \ 6533db86aabSstevel lombus.h 6547c478bd9Sstevel@tonic-gate 6557c478bd9Sstevel@tonic-gateMDESCHDRS= \ 6567c478bd9Sstevel@tonic-gate mdesc.h \ 6577c478bd9Sstevel@tonic-gate mdesc_impl.h 6587c478bd9Sstevel@tonic-gate 6595cff7825Smh27603CPUDRVHDRS= \ 6605cff7825Smh27603 cpudrv.h 6615cff7825Smh27603 6627c478bd9Sstevel@tonic-gateCRYPTOHDRS= \ 6637c478bd9Sstevel@tonic-gate elfsign.h \ 6647c478bd9Sstevel@tonic-gate ioctl.h \ 6657c478bd9Sstevel@tonic-gate ioctladmin.h \ 6667c478bd9Sstevel@tonic-gate common.h \ 6677c478bd9Sstevel@tonic-gate impl.h \ 6687c478bd9Sstevel@tonic-gate spi.h \ 6697c478bd9Sstevel@tonic-gate api.h \ 6707c478bd9Sstevel@tonic-gate ops_impl.h \ 6717c478bd9Sstevel@tonic-gate sched_impl.h 6727c478bd9Sstevel@tonic-gate 6738eea8e29Sap25164DCAMHDRS= \ 6748eea8e29Sap25164 dcam1394_io.h 6758eea8e29Sap25164 6767c478bd9Sstevel@tonic-gateIBHDRS= \ 6777c478bd9Sstevel@tonic-gate ib_types.h \ 6787c478bd9Sstevel@tonic-gate ib_pkt_hdrs.h 6797c478bd9Sstevel@tonic-gate 6807c478bd9Sstevel@tonic-gateIBTLHDRS= \ 6817c478bd9Sstevel@tonic-gate ibtl_types.h \ 6827c478bd9Sstevel@tonic-gate ibtl_status.h \ 6837c478bd9Sstevel@tonic-gate ibti.h \ 6847c478bd9Sstevel@tonic-gate ibti_cm.h \ 6857c478bd9Sstevel@tonic-gate ibci.h \ 6867c478bd9Sstevel@tonic-gate ibti_common.h \ 6877c478bd9Sstevel@tonic-gate ibvti.h \ 6887c478bd9Sstevel@tonic-gate ibtl_ci_types.h 6897c478bd9Sstevel@tonic-gate 6907c478bd9Sstevel@tonic-gateIBTLIMPLHDRS= \ 6917c478bd9Sstevel@tonic-gate ibtl_util.h 6927c478bd9Sstevel@tonic-gate 6937c478bd9Sstevel@tonic-gateIBNEXHDRS= \ 6947c478bd9Sstevel@tonic-gate ibnex_devctl.h 6957c478bd9Sstevel@tonic-gate 6967c478bd9Sstevel@tonic-gateIBMFHDRS= \ 6977c478bd9Sstevel@tonic-gate ibmf.h \ 6987c478bd9Sstevel@tonic-gate ibmf_msg.h \ 6997c478bd9Sstevel@tonic-gate ibmf_saa.h \ 7007c478bd9Sstevel@tonic-gate ibmf_utils.h 7017c478bd9Sstevel@tonic-gate 7027c478bd9Sstevel@tonic-gateIBMGTHDRS= \ 7037c478bd9Sstevel@tonic-gate ib_dm_attr.h \ 7047c478bd9Sstevel@tonic-gate ib_mad.h \ 7057c478bd9Sstevel@tonic-gate sm_attr.h \ 7067c478bd9Sstevel@tonic-gate sa_recs.h 7077c478bd9Sstevel@tonic-gate 7087c478bd9Sstevel@tonic-gateIBDHDRS= \ 7097c478bd9Sstevel@tonic-gate ibd.h 7107c478bd9Sstevel@tonic-gate 7117c478bd9Sstevel@tonic-gateISOHDRS= \ 7127c478bd9Sstevel@tonic-gate signal_iso.h 7137c478bd9Sstevel@tonic-gate 7147c478bd9Sstevel@tonic-gateDERIVED_LVMHDRS= \ 7157c478bd9Sstevel@tonic-gate md_mdiox.h \ 7167c478bd9Sstevel@tonic-gate md_basic.h \ 7177c478bd9Sstevel@tonic-gate mdmed.h \ 7187c478bd9Sstevel@tonic-gate md_mhdx.h \ 7197c478bd9Sstevel@tonic-gate mdmn_commd.h 7207c478bd9Sstevel@tonic-gate 7217c478bd9Sstevel@tonic-gateLVMHDRS= \ 7227c478bd9Sstevel@tonic-gate md_convert.h \ 7237c478bd9Sstevel@tonic-gate md_crc.h \ 7247c478bd9Sstevel@tonic-gate md_hotspares.h \ 7257c478bd9Sstevel@tonic-gate md_mddb.h \ 7267c478bd9Sstevel@tonic-gate md_mirror.h \ 7277c478bd9Sstevel@tonic-gate md_mirror_shared.h \ 7287c478bd9Sstevel@tonic-gate md_names.h \ 7297c478bd9Sstevel@tonic-gate md_notify.h \ 7307c478bd9Sstevel@tonic-gate md_raid.h \ 7317c478bd9Sstevel@tonic-gate md_rename.h \ 7327c478bd9Sstevel@tonic-gate md_sp.h \ 7337c478bd9Sstevel@tonic-gate md_stripe.h \ 7347c478bd9Sstevel@tonic-gate md_trans.h \ 7357c478bd9Sstevel@tonic-gate mdio.h \ 7367c478bd9Sstevel@tonic-gate mdvar.h 7377c478bd9Sstevel@tonic-gate 7387c478bd9Sstevel@tonic-gateALL_LVMHDRS= \ 7397c478bd9Sstevel@tonic-gate $(LVMHDRS) \ 7407c478bd9Sstevel@tonic-gate $(DERIVED_LVMHDRS) 7417c478bd9Sstevel@tonic-gate 7427c478bd9Sstevel@tonic-gateFMHDRS= \ 7437c478bd9Sstevel@tonic-gate protocol.h \ 7447c478bd9Sstevel@tonic-gate util.h 7457c478bd9Sstevel@tonic-gate 746ea8dc4b6SeschrockFMFSHDRS= \ 747ea8dc4b6Seschrock zfs.h 748ea8dc4b6Seschrock 7497c478bd9Sstevel@tonic-gateFMIOHDRS= \ 7507c478bd9Sstevel@tonic-gate ddi.h \ 75124db4641Seschrock disk.h \ 7527c478bd9Sstevel@tonic-gate pci.h \ 75324db4641Seschrock scsi.h \ 75425cf1a30Sjl139090 sun4upci.h \ 75525cf1a30Sjl139090 opl_mc_fm.h 7567c478bd9Sstevel@tonic-gate 7577c478bd9Sstevel@tonic-gateFSHDRS= \ 7587c478bd9Sstevel@tonic-gate autofs.h \ 7597c478bd9Sstevel@tonic-gate cachefs_dir.h \ 7607c478bd9Sstevel@tonic-gate cachefs_dlog.h \ 7617c478bd9Sstevel@tonic-gate cachefs_filegrp.h \ 7627c478bd9Sstevel@tonic-gate cachefs_fs.h \ 7637c478bd9Sstevel@tonic-gate cachefs_fscache.h \ 7647c478bd9Sstevel@tonic-gate cachefs_ioctl.h \ 7657c478bd9Sstevel@tonic-gate cachefs_log.h \ 766986fd29aSsetje decomp.h \ 7677c478bd9Sstevel@tonic-gate dv_node.h \ 768facf4a8dSllai1 sdev_impl.h \ 769facf4a8dSllai1 sdev_node.h \ 7707c478bd9Sstevel@tonic-gate fifonode.h \ 7717c478bd9Sstevel@tonic-gate hsfs_isospec.h \ 7727c478bd9Sstevel@tonic-gate hsfs_node.h \ 7737c478bd9Sstevel@tonic-gate hsfs_rrip.h \ 7747c478bd9Sstevel@tonic-gate hsfs_spec.h \ 7757c478bd9Sstevel@tonic-gate hsfs_susp.h \ 7767c478bd9Sstevel@tonic-gate lofs_info.h \ 7777c478bd9Sstevel@tonic-gate lofs_node.h \ 7787c478bd9Sstevel@tonic-gate mntdata.h \ 7797c478bd9Sstevel@tonic-gate namenode.h \ 7807c478bd9Sstevel@tonic-gate pc_dir.h \ 7817c478bd9Sstevel@tonic-gate pc_fs.h \ 7827c478bd9Sstevel@tonic-gate pc_label.h \ 7837c478bd9Sstevel@tonic-gate pc_node.h \ 7847c478bd9Sstevel@tonic-gate pxfs_ki.h \ 7857c478bd9Sstevel@tonic-gate snode.h \ 7867c478bd9Sstevel@tonic-gate swapnode.h \ 7877c478bd9Sstevel@tonic-gate tmp.h \ 7887c478bd9Sstevel@tonic-gate tmpnode.h \ 7897c478bd9Sstevel@tonic-gate udf_inode.h \ 7907c478bd9Sstevel@tonic-gate udf_volume.h \ 7917c478bd9Sstevel@tonic-gate ufs_acl.h \ 7927c478bd9Sstevel@tonic-gate ufs_bio.h \ 7937c478bd9Sstevel@tonic-gate ufs_filio.h \ 7947c478bd9Sstevel@tonic-gate ufs_fs.h \ 7957c478bd9Sstevel@tonic-gate ufs_fsdir.h \ 7967c478bd9Sstevel@tonic-gate ufs_inode.h \ 7977c478bd9Sstevel@tonic-gate ufs_lockfs.h \ 7987c478bd9Sstevel@tonic-gate ufs_log.h \ 7997c478bd9Sstevel@tonic-gate ufs_mount.h \ 8007c478bd9Sstevel@tonic-gate ufs_panic.h \ 8017c478bd9Sstevel@tonic-gate ufs_prot.h \ 8027c478bd9Sstevel@tonic-gate ufs_quota.h \ 8037c478bd9Sstevel@tonic-gate ufs_snap.h \ 804fa9e4066Sahrens ufs_trans.h \ 805fa9e4066Sahrens zfs.h 8067c478bd9Sstevel@tonic-gate 8077c478bd9Sstevel@tonic-gatePCMCIAHDRS= \ 8087c478bd9Sstevel@tonic-gate pcata.h \ 8097c478bd9Sstevel@tonic-gate pcgld.h \ 8107c478bd9Sstevel@tonic-gate pcramio.h \ 8117c478bd9Sstevel@tonic-gate pcramvar.h \ 8127c478bd9Sstevel@tonic-gate pcser_conf.h \ 8137c478bd9Sstevel@tonic-gate pcser_io.h \ 8147c478bd9Sstevel@tonic-gate pcser_reg.h \ 8157c478bd9Sstevel@tonic-gate pcser_manuspec.h \ 8167c478bd9Sstevel@tonic-gate pcser_var.h 8177c478bd9Sstevel@tonic-gate 8187c478bd9Sstevel@tonic-gateSCSIHDRS= \ 8197c478bd9Sstevel@tonic-gate scsi.h \ 8207c478bd9Sstevel@tonic-gate scsi_address.h \ 8217c478bd9Sstevel@tonic-gate scsi_ctl.h \ 8229e1c849eSDavid Zhang - Sun Microsystems - Beijing China scsi_fm.h \ 8237c478bd9Sstevel@tonic-gate scsi_params.h \ 8247c478bd9Sstevel@tonic-gate scsi_pkt.h \ 8257c478bd9Sstevel@tonic-gate scsi_resource.h \ 8267c478bd9Sstevel@tonic-gate scsi_types.h \ 8277c478bd9Sstevel@tonic-gate scsi_watch.h 8287c478bd9Sstevel@tonic-gate 8297c478bd9Sstevel@tonic-gateSCSICONFHDRS= \ 8307c478bd9Sstevel@tonic-gate autoconf.h \ 8317c478bd9Sstevel@tonic-gate device.h 8327c478bd9Sstevel@tonic-gate 8337c478bd9Sstevel@tonic-gateSCSIGENHDRS= \ 8347c478bd9Sstevel@tonic-gate commands.h \ 8357c478bd9Sstevel@tonic-gate dad_mode.h \ 8367c478bd9Sstevel@tonic-gate inquiry.h \ 8377c478bd9Sstevel@tonic-gate message.h \ 8387c478bd9Sstevel@tonic-gate mode.h \ 83968941780Sjdunham persist.h \ 8407c478bd9Sstevel@tonic-gate sense.h \ 841936b7af6Sjw149990 smp_frames.h \ 8427c478bd9Sstevel@tonic-gate status.h 8437c478bd9Sstevel@tonic-gate 8447c478bd9Sstevel@tonic-gateSCSIIMPLHDRS= \ 8457c478bd9Sstevel@tonic-gate commands.h \ 8467c478bd9Sstevel@tonic-gate inquiry.h \ 8477c478bd9Sstevel@tonic-gate mode.h \ 848936b7af6Sjw149990 sas_transport.h \ 8497c478bd9Sstevel@tonic-gate sense.h \ 8507c478bd9Sstevel@tonic-gate services.h \ 8517c478bd9Sstevel@tonic-gate status.h \ 8527c478bd9Sstevel@tonic-gate transport.h \ 8537c478bd9Sstevel@tonic-gate scsi_reset_notify.h \ 854275c9da8Seschrock spc3_types.h \ 8557c478bd9Sstevel@tonic-gate types.h \ 856936b7af6Sjw149990 uscsi.h \ 857936b7af6Sjw149990 usmp.h 8587c478bd9Sstevel@tonic-gate 8597c478bd9Sstevel@tonic-gateSCSITARGETSHDRS= \ 8607c478bd9Sstevel@tonic-gate ses.h \ 8617c478bd9Sstevel@tonic-gate sesio.h \ 8629a016c63Sstevel sgendef.h \ 8637c478bd9Sstevel@tonic-gate stdef.h \ 864936b7af6Sjw149990 sddef.h \ 865936b7af6Sjw149990 smp.h 8667c478bd9Sstevel@tonic-gate 8674bb7efa7SGarrett D'AmoreSCSIADHDRS= \ 8684bb7efa7SGarrett D'Amore blk2scsa.h 8694bb7efa7SGarrett D'Amore 870fb9f9b97SkupferSCSICADHDRS= 8717c478bd9Sstevel@tonic-gate 8727c478bd9Sstevel@tonic-gateSCSIVHCIHDRS= \ 8738c4f8890Srs135747 scsi_vhci.h \ 8748c4f8890Srs135747 mpapi_impl.h \ 8758c4f8890Srs135747 mpapi_scsi_vhci.h 8767c478bd9Sstevel@tonic-gate 8774bb7efa7SGarrett D'AmoreSDCARDHDRS= \ 8784bb7efa7SGarrett D'Amore sda.h \ 8794bb7efa7SGarrett D'Amore sda_impl.h \ 8804bb7efa7SGarrett D'Amore sda_ioctl.h 8814bb7efa7SGarrett D'Amore 8827c478bd9Sstevel@tonic-gateFCHDRS= \ 8837c478bd9Sstevel@tonic-gate fc_transport.h \ 8847c478bd9Sstevel@tonic-gate linkapp.h \ 8857c478bd9Sstevel@tonic-gate fc.h \ 8867c478bd9Sstevel@tonic-gate fcp.h \ 8877c478bd9Sstevel@tonic-gate fcal_transport.h \ 8887c478bd9Sstevel@tonic-gate fcal.h \ 8897c478bd9Sstevel@tonic-gate fcal_linkapp.h \ 8907c478bd9Sstevel@tonic-gate fcio.h 8917c478bd9Sstevel@tonic-gate 89266f9d5cbSmlfSATAGENHDRS= \ 89366f9d5cbSmlf sata_hba.h \ 89466f9d5cbSmlf sata_defs.h \ 89566f9d5cbSmlf sata_cfgadm.h 89666f9d5cbSmlf 8977c478bd9Sstevel@tonic-gateSYSEVENTHDRS= \ 8987c478bd9Sstevel@tonic-gate ap_driver.h \ 8997c478bd9Sstevel@tonic-gate dev.h \ 9007c478bd9Sstevel@tonic-gate domain.h \ 9017c478bd9Sstevel@tonic-gate dr.h \ 9027c478bd9Sstevel@tonic-gate env.h \ 9037c478bd9Sstevel@tonic-gate eventdefs.h \ 9047c478bd9Sstevel@tonic-gate ipmp.h \ 905d2ec54f7Sphitran pwrctl.h \ 9067c478bd9Sstevel@tonic-gate svm.h 9077c478bd9Sstevel@tonic-gate 9087c478bd9Sstevel@tonic-gateCONTRACTHDRS= \ 9097c478bd9Sstevel@tonic-gate process.h \ 91025e8c5aaSvikram process_impl.h \ 91125e8c5aaSvikram device.h \ 91225e8c5aaSvikram device_impl.h 9137c478bd9Sstevel@tonic-gate 9147c478bd9Sstevel@tonic-gateUSBHDRS= \ 9157c478bd9Sstevel@tonic-gate usba.h \ 9167c478bd9Sstevel@tonic-gate usbai.h 9177c478bd9Sstevel@tonic-gate 9187c478bd9Sstevel@tonic-gateUSBAUDHDRS= \ 9197c478bd9Sstevel@tonic-gate usb_audio.h 9207c478bd9Sstevel@tonic-gate 9217c478bd9Sstevel@tonic-gateUSBHUBDHDRS= \ 9227c478bd9Sstevel@tonic-gate hub.h \ 9237c478bd9Sstevel@tonic-gate hubd_impl.h 9247c478bd9Sstevel@tonic-gate 9257c478bd9Sstevel@tonic-gateUSBHIDHDRS= \ 9267c478bd9Sstevel@tonic-gate hid.h 9277c478bd9Sstevel@tonic-gate 9287c478bd9Sstevel@tonic-gateUSBMSHDRS= \ 9297c478bd9Sstevel@tonic-gate usb_bulkonly.h \ 9307c478bd9Sstevel@tonic-gate usb_cbi.h 9317c478bd9Sstevel@tonic-gate 9327c478bd9Sstevel@tonic-gateUSBPRNHDRS= \ 9337c478bd9Sstevel@tonic-gate usb_printer.h 9347c478bd9Sstevel@tonic-gate 93590f05028Syq193411USBCDCHDRS= \ 936a8731cceSyq193411 usb_cdc.h 93790f05028Syq193411 938c77a61a7Syz147069USBVIDHDRS= \ 939c77a61a7Syz147069 usbvc.h 940c77a61a7Syz147069 9417c478bd9Sstevel@tonic-gateUGENHDRS= \ 9427c478bd9Sstevel@tonic-gate usb_ugen.h 9437c478bd9Sstevel@tonic-gate 9447c478bd9Sstevel@tonic-gateHOTPLUGHDRS= \ 9457c478bd9Sstevel@tonic-gate hpcsvc.h \ 9467c478bd9Sstevel@tonic-gate hpctrl.h 9477c478bd9Sstevel@tonic-gate 9487c478bd9Sstevel@tonic-gateHOTPLUGPCIHDRS= \ 9497c478bd9Sstevel@tonic-gate pcicfg.h \ 9507c478bd9Sstevel@tonic-gate pcihp.h 9517c478bd9Sstevel@tonic-gate 9527c478bd9Sstevel@tonic-gateRSMHDRS= \ 9537c478bd9Sstevel@tonic-gate rsm.h \ 9547c478bd9Sstevel@tonic-gate rsm_common.h \ 9557c478bd9Sstevel@tonic-gate rsmapi_common.h \ 9567c478bd9Sstevel@tonic-gate rsmpi.h \ 9577c478bd9Sstevel@tonic-gate rsmpi_driver.h \ 9587c478bd9Sstevel@tonic-gate rsmka_path_int.h 9597c478bd9Sstevel@tonic-gate 96045916cd2SjpkTSOLHDRS= \ 96145916cd2Sjpk label.h \ 96245916cd2Sjpk label_macro.h \ 96345916cd2Sjpk priv.h \ 96445916cd2Sjpk tndb.h \ 96545916cd2Sjpk tsyscall.h 96645916cd2Sjpk 9677c478bd9Sstevel@tonic-gateI1394HDRS= \ 9687c478bd9Sstevel@tonic-gate cmd1394.h \ 9697c478bd9Sstevel@tonic-gate id1394.h \ 9707c478bd9Sstevel@tonic-gate ieee1212.h \ 9717c478bd9Sstevel@tonic-gate ieee1394.h \ 9727c478bd9Sstevel@tonic-gate ixl1394.h \ 9737c478bd9Sstevel@tonic-gate s1394_impl.h \ 9747c478bd9Sstevel@tonic-gate t1394.h 9757c478bd9Sstevel@tonic-gate 9767c478bd9Sstevel@tonic-gate# "cmdk" headers used on sparc 9777c478bd9Sstevel@tonic-gateSDKTPHDRS= \ 9787c478bd9Sstevel@tonic-gate dadkio.h \ 9797c478bd9Sstevel@tonic-gate fdisk.h 9807c478bd9Sstevel@tonic-gate 9817c478bd9Sstevel@tonic-gate# "cmdk" headers used on i386 9827c478bd9Sstevel@tonic-gateDKTPHDRS= \ 9837c478bd9Sstevel@tonic-gate altsctr.h \ 9847c478bd9Sstevel@tonic-gate bbh.h \ 9857c478bd9Sstevel@tonic-gate cm.h \ 9867c478bd9Sstevel@tonic-gate cmdev.h \ 9877c478bd9Sstevel@tonic-gate cmdk.h \ 9887c478bd9Sstevel@tonic-gate cmpkt.h \ 9897c478bd9Sstevel@tonic-gate controller.h \ 9907c478bd9Sstevel@tonic-gate dadev.h \ 9917c478bd9Sstevel@tonic-gate dadk.h \ 9927c478bd9Sstevel@tonic-gate dadkio.h \ 9937c478bd9Sstevel@tonic-gate fctypes.h \ 9947c478bd9Sstevel@tonic-gate fdisk.h \ 9957c478bd9Sstevel@tonic-gate flowctrl.h \ 9967c478bd9Sstevel@tonic-gate gda.h \ 9977c478bd9Sstevel@tonic-gate quetypes.h \ 9987c478bd9Sstevel@tonic-gate queue.h \ 9997c478bd9Sstevel@tonic-gate tgcom.h \ 10007c478bd9Sstevel@tonic-gate tgdk.h 10017c478bd9Sstevel@tonic-gate 10027c478bd9Sstevel@tonic-gate# "pc" header files used on i386 10037c478bd9Sstevel@tonic-gatePCHDRS= \ 10047c478bd9Sstevel@tonic-gate avintr.h \ 10057c478bd9Sstevel@tonic-gate dma_engine.h \ 10067c478bd9Sstevel@tonic-gate i8272A.h \ 10073db86aabSstevel pcic_reg.h \ 10083db86aabSstevel pcic_var.h \ 10097c478bd9Sstevel@tonic-gate pic.h \ 10107c478bd9Sstevel@tonic-gate pit.h \ 10117c478bd9Sstevel@tonic-gate rtc.h 10127c478bd9Sstevel@tonic-gate 10136f45ec7bSml29623NXGEHDRS= \ 10146f45ec7bSml29623 nxge.h \ 10156f45ec7bSml29623 nxge_common.h \ 10166f45ec7bSml29623 nxge_common_impl.h \ 10176f45ec7bSml29623 nxge_defs.h \ 10186f45ec7bSml29623 nxge_hw.h \ 10196f45ec7bSml29623 nxge_impl.h \ 10206f45ec7bSml29623 nxge_ipp.h \ 10216f45ec7bSml29623 nxge_ipp_hw.h \ 10226f45ec7bSml29623 nxge_mac.h \ 10236f45ec7bSml29623 nxge_mac_hw.h \ 10246f45ec7bSml29623 nxge_fflp.h \ 10256f45ec7bSml29623 nxge_fflp_hw.h \ 10266f45ec7bSml29623 nxge_mii.h \ 10276f45ec7bSml29623 nxge_rxdma.h \ 10286f45ec7bSml29623 nxge_rxdma_hw.h \ 10296f45ec7bSml29623 nxge_txc.h \ 10306f45ec7bSml29623 nxge_txc_hw.h \ 10316f45ec7bSml29623 nxge_txdma.h \ 10326f45ec7bSml29623 nxge_txdma_hw.h \ 10336f45ec7bSml29623 nxge_virtual.h \ 10346f45ec7bSml29623 nxge_espc.h 10356f45ec7bSml29623 1036fb9f9b97Skupferinclude Makefile.syshdrs 10377c478bd9Sstevel@tonic-gate 10388eea8e29Sap25164dcam/%.check: dcam/%.h 10398eea8e29Sap25164 $(DOT_H_CHECK) 10408eea8e29Sap25164 10417c478bd9Sstevel@tonic-gateCHECKHDRS= \ 10427c478bd9Sstevel@tonic-gate $($(MACH)_HDRS:%.h=%.check) \ 10437c478bd9Sstevel@tonic-gate $(AUDIOHDRS:%.h=audio/%.check) \ 10447c478bd9Sstevel@tonic-gate $(BSCHDRS:%.h=%.check) \ 10457c478bd9Sstevel@tonic-gate $(CHKHDRS:%.h=%.check) \ 10465cff7825Smh27603 $(CPUDRVHDRS:%.h=%.check) \ 10477c478bd9Sstevel@tonic-gate $(CRYPTOHDRS:%.h=crypto/%.check) \ 10488eea8e29Sap25164 $(DCAMHDRS:%.h=dcam/%.check) \ 10497c478bd9Sstevel@tonic-gate $(IBHDRS:%.h=ib/%.check) \ 10507c478bd9Sstevel@tonic-gate $(IBDHDRS:%.h=ib/clients/ibd/%.check) \ 10517c478bd9Sstevel@tonic-gate $(IBTLHDRS:%.h=ib/ibtl/%.check) \ 10527c478bd9Sstevel@tonic-gate $(IBTLIMPLHDRS:%.h=ib/ibtl/impl/%.check) \ 10537c478bd9Sstevel@tonic-gate $(IBNEXHDRS:%.h=ib/ibnex/%.check) \ 10547c478bd9Sstevel@tonic-gate $(IBMGTHDRS:%.h=ib/mgt/%.check) \ 10557c478bd9Sstevel@tonic-gate $(IBMFHDRS:%.h=ib/mgt/ibmf/%.check) \ 10567c478bd9Sstevel@tonic-gate $(TAVORHDRS:%.h=ib/adapters/tavor/%.check) \ 10577dd1301aSBill Taylor $(HERMONHDRS:%.h=ib/adapters/hermon/%.check) \ 10587c478bd9Sstevel@tonic-gate $(ISOHDRS:%.h=iso/%.check) \ 10597c478bd9Sstevel@tonic-gate $(FMHDRS:%.h=fm/%.check) \ 1060ea8dc4b6Seschrock $(FMFSHDRS:%.h=fm/fs/%.check) \ 10617c478bd9Sstevel@tonic-gate $(FMIOHDRS:%.h=fm/io/%.check) \ 10627c478bd9Sstevel@tonic-gate $(FSHDRS:%.h=fs/%.check) \ 10637c478bd9Sstevel@tonic-gate $(LVMHDRS:%.h=lvm/%.check) \ 10647c478bd9Sstevel@tonic-gate $(PCMCIAHDRS:%.h=pcmcia/%.check) \ 10657c478bd9Sstevel@tonic-gate $(SCSIHDRS:%.h=scsi/%.check) \ 10664bb7efa7SGarrett D'Amore $(SCSIADHDRS:%.h=scsi/adapters/%.check) \ 10674bb7efa7SGarrett D'Amore $(SCSICONFHDRS:%.h=scsi/conf/%.check) \ 10687c478bd9Sstevel@tonic-gate $(SCSIIMPLHDRS:%.h=scsi/impl/%.check) \ 10697c478bd9Sstevel@tonic-gate $(SCSITARGETSHDRS:%.h=scsi/targets/%.check) \ 10707c478bd9Sstevel@tonic-gate $(SCSIVHCIHDRS:%.h=scsi/adapters/%.check) \ 10717c478bd9Sstevel@tonic-gate $(FCHDRS:%.h=fc4/%.check) \ 107266f9d5cbSmlf $(SATAGENHDRS:%.h=sata/%.check) \ 10734bb7efa7SGarrett D'Amore $(SDCARDHDRS:%.h=sdcard/%.check) \ 10747c478bd9Sstevel@tonic-gate $(SYSEVENTHDRS:%.h=sysevent/%.check) \ 10757c478bd9Sstevel@tonic-gate $(CONTRACTHDRS:%.h=contract/%.check) \ 10767c478bd9Sstevel@tonic-gate $(USBAUDHDRS:%.h=usb/clients/audio/%.check) \ 10777c478bd9Sstevel@tonic-gate $(USBHUBDHDRS:%.h=usb/hubd/%.check) \ 10787c478bd9Sstevel@tonic-gate $(USBHIDHDRS:%.h=usb/clients/hid/%.check) \ 10797c478bd9Sstevel@tonic-gate $(USBMSHDRS:%.h=usb/clients/mass_storage/%.check) \ 10807c478bd9Sstevel@tonic-gate $(USBPRNHDRS:%.h=usb/clients/printer/%.check) \ 108190f05028Syq193411 $(USBCDCHDRS:%.h=usb/clients/usbcdc/%.check) \ 1082c77a61a7Syz147069 $(USBVIDHDRS:%.h=usb/clients/video/usbvc/%.check) \ 10837c478bd9Sstevel@tonic-gate $(UGENHDRS:%.h=usb/clients/ugen/%.check) \ 10847c478bd9Sstevel@tonic-gate $(USBHDRS:%.h=usb/%.check) \ 10857c478bd9Sstevel@tonic-gate $(I1394HDRS:%.h=1394/%.check) \ 108645916cd2Sjpk $(RSMHDRS:%.h=rsm/%.check) \ 10876f45ec7bSml29623 $(TSOLHDRS:%.h=tsol/%.check) \ 10886f45ec7bSml29623 $(NXGEHDRS:%.h=nxge/%.check) 10897c478bd9Sstevel@tonic-gate 10907c478bd9Sstevel@tonic-gate 10917c478bd9Sstevel@tonic-gate.KEEP_STATE: 10927c478bd9Sstevel@tonic-gate 10937c478bd9Sstevel@tonic-gate.PARALLEL: \ 10947c478bd9Sstevel@tonic-gate $(CHECKHDRS) \ 10957c478bd9Sstevel@tonic-gate $(ROOTHDRS) \ 10967c478bd9Sstevel@tonic-gate $(ROOTAUDHDRS) \ 10977c478bd9Sstevel@tonic-gate $(ROOTCRYPTOHDRS) \ 10988eea8e29Sap25164 $(ROOTDCAMHDRS) \ 10997c478bd9Sstevel@tonic-gate $(ROOTISOHDRS) \ 11007c478bd9Sstevel@tonic-gate $(ROOTFMHDRS) \ 11017c478bd9Sstevel@tonic-gate $(ROOTFMIOHDRS) \ 1102ea8dc4b6Seschrock $(ROOTFMFSHDRS) \ 11037c478bd9Sstevel@tonic-gate $(ROOTFSHDRS) \ 11047c478bd9Sstevel@tonic-gate $(ROOTIBDHDRS) \ 11057c478bd9Sstevel@tonic-gate $(ROOTIBHDRS) \ 11067c478bd9Sstevel@tonic-gate $(ROOTIBTLHDRS) \ 11077c478bd9Sstevel@tonic-gate $(ROOTIBTLIMPLHDRS) \ 11087c478bd9Sstevel@tonic-gate $(ROOTIBNEXHDRS) \ 11097c478bd9Sstevel@tonic-gate $(ROOTIBMGTHDRS) \ 11107c478bd9Sstevel@tonic-gate $(ROOTIBMFHDRS) \ 11117c478bd9Sstevel@tonic-gate $(ROOTTAVORHDRS) \ 11127c478bd9Sstevel@tonic-gate $(ROOTLVMHDRS) \ 11137c478bd9Sstevel@tonic-gate $(ROOTPCMCIAHDRS) \ 11147c478bd9Sstevel@tonic-gate $(ROOTSCSIHDRS) \ 11154bb7efa7SGarrett D'Amore $(ROOTSCSIADHDRS) \ 11167c478bd9Sstevel@tonic-gate $(ROOTSCSICONFHDRS) \ 11177c478bd9Sstevel@tonic-gate $(ROOTSCSIGENHDRS) \ 11187c478bd9Sstevel@tonic-gate $(ROOTSCSIIMPLHDRS) \ 11197c478bd9Sstevel@tonic-gate $(ROOTSCSIVHCIHDRS) \ 11207c478bd9Sstevel@tonic-gate $(ROOTFCHDRS) \ 11214bb7efa7SGarrett D'Amore $(ROOTSDCARDHDRS) \ 11227c478bd9Sstevel@tonic-gate $(ROOTSYSEVENTHDRS) \ 11237c478bd9Sstevel@tonic-gate $(ROOTCONTRACTHDRS) \ 11247c478bd9Sstevel@tonic-gate $(ROOTUSBHDRS) \ 11257c478bd9Sstevel@tonic-gate $(ROOTUSBAUDHDRS) \ 11267c478bd9Sstevel@tonic-gate $(ROOTUSBHUBDHDRS) \ 11277c478bd9Sstevel@tonic-gate $(ROOTUSBHIDHDRS) \ 11287c478bd9Sstevel@tonic-gate $(ROOTUSBMSHDRS) \ 11297c478bd9Sstevel@tonic-gate $(ROOTUSBPRNHDRS) \ 113090f05028Syq193411 $(ROOTUSBCDCHDRS) \ 1131c77a61a7Syz147069 $(ROOTUSBVIDHDRS) \ 11327c478bd9Sstevel@tonic-gate $(ROOTUGENHDRS) \ 11337c478bd9Sstevel@tonic-gate $(ROOT1394HDRS) \ 11347c478bd9Sstevel@tonic-gate $(ROOTHOTPLUGHDRS) \ 11357c478bd9Sstevel@tonic-gate $(ROOTHOTPLUGPCIHDRS) \ 11367c478bd9Sstevel@tonic-gate $(ROOTRSMHDRS) \ 113745916cd2Sjpk $(ROOTTSOLHDRS) \ 11387c478bd9Sstevel@tonic-gate $($(MACH)_ROOTHDRS) 11397c478bd9Sstevel@tonic-gate 11407c478bd9Sstevel@tonic-gate 11417c478bd9Sstevel@tonic-gateinstall_h: \ 11427c478bd9Sstevel@tonic-gate $(ROOTDIRS) \ 11437c478bd9Sstevel@tonic-gate LVMDERIVED_H \ 11447c478bd9Sstevel@tonic-gate .WAIT \ 11457c478bd9Sstevel@tonic-gate $(ROOTHDRS) \ 11467c478bd9Sstevel@tonic-gate $(ROOTAUDHDRS) \ 11477c478bd9Sstevel@tonic-gate $(ROOTCRYPTOHDRS) \ 11488eea8e29Sap25164 $(ROOTDCAMHDRS) \ 11497c478bd9Sstevel@tonic-gate $(ROOTISOHDRS) \ 11507c478bd9Sstevel@tonic-gate $(ROOTFMHDRS) \ 1151ea8dc4b6Seschrock $(ROOTFMFSHDRS) \ 11527c478bd9Sstevel@tonic-gate $(ROOTFMIOHDRS) \ 11537c478bd9Sstevel@tonic-gate $(ROOTFSHDRS) \ 11547c478bd9Sstevel@tonic-gate $(ROOTIBDHDRS) \ 11557c478bd9Sstevel@tonic-gate $(ROOTIBHDRS) \ 11567c478bd9Sstevel@tonic-gate $(ROOTIBTLHDRS) \ 11577c478bd9Sstevel@tonic-gate $(ROOTIBTLIMPLHDRS) \ 11587c478bd9Sstevel@tonic-gate $(ROOTIBNEXHDRS) \ 11597c478bd9Sstevel@tonic-gate $(ROOTIBMGTHDRS) \ 11607c478bd9Sstevel@tonic-gate $(ROOTIBMFHDRS) \ 11617c478bd9Sstevel@tonic-gate $(ROOTTAVORHDRS) \ 11627c478bd9Sstevel@tonic-gate $(ROOTLVMHDRS) \ 11637c478bd9Sstevel@tonic-gate $(ROOTPCMCIAHDRS) \ 11647c478bd9Sstevel@tonic-gate $(ROOTSCSIHDRS) \ 11654bb7efa7SGarrett D'Amore $(ROOTSCSIADHDRS) \ 11667c478bd9Sstevel@tonic-gate $(ROOTSCSICONFHDRS) \ 11677c478bd9Sstevel@tonic-gate $(ROOTSCSIGENHDRS) \ 11687c478bd9Sstevel@tonic-gate $(ROOTSCSIIMPLHDRS) \ 11697c478bd9Sstevel@tonic-gate $(ROOTSCSIVHCIHDRS) \ 11707c478bd9Sstevel@tonic-gate $(ROOTFCHDRS) \ 11714bb7efa7SGarrett D'Amore $(ROOTSDCARDHDRS) \ 11727c478bd9Sstevel@tonic-gate $(ROOTSYSEVENTHDRS) \ 11737c478bd9Sstevel@tonic-gate $(ROOTCONTRACTHDRS) \ 11747c478bd9Sstevel@tonic-gate $(ROOTUSBHDRS) \ 11757c478bd9Sstevel@tonic-gate $(ROOTUSBAUDHDRS) \ 11767c478bd9Sstevel@tonic-gate $(ROOTUSBHUBDHDRS) \ 11777c478bd9Sstevel@tonic-gate $(ROOTUSBHIDHDRS) \ 11787c478bd9Sstevel@tonic-gate $(ROOTUSBMSHDRS) \ 11797c478bd9Sstevel@tonic-gate $(ROOTUSBPRNHDRS) \ 118090f05028Syq193411 $(ROOTUSBCDCHDRS) \ 1181c77a61a7Syz147069 $(ROOTUSBVIDHDRS) \ 11827c478bd9Sstevel@tonic-gate $(ROOTUGENHDRS) \ 11837c478bd9Sstevel@tonic-gate $(ROOT1394HDRS) \ 11847c478bd9Sstevel@tonic-gate $(ROOTHOTPLUGHDRS) \ 11857c478bd9Sstevel@tonic-gate $(ROOTHOTPLUGPCIHDRS) \ 11867c478bd9Sstevel@tonic-gate $(ROOTRSMHDRS) \ 118745916cd2Sjpk $(ROOTTSOLHDRS) \ 1188fb9f9b97Skupfer $($(MACH)_ROOTHDRS) 11897c478bd9Sstevel@tonic-gate 11907c478bd9Sstevel@tonic-gateall_h: $(GENHDRS) 11917c478bd9Sstevel@tonic-gate 11927c478bd9Sstevel@tonic-gatepriv_const.h: $(PRIVS_AWK) $(PRIVS_DEF) 11937c478bd9Sstevel@tonic-gate $(NAWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v privhfile=$@ 11947c478bd9Sstevel@tonic-gate 11957c478bd9Sstevel@tonic-gatepriv_names.h: $(PRIVS_AWK) $(PRIVS_DEF) 11967c478bd9Sstevel@tonic-gate $(NAWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v pubhfile=$@ 11977c478bd9Sstevel@tonic-gate 11987c478bd9Sstevel@tonic-gateLVMDERIVED_H: 11997c478bd9Sstevel@tonic-gate cd $(SRC)/uts/common/sys/lvm; pwd; $(MAKE) 12007c478bd9Sstevel@tonic-gate 12017c478bd9Sstevel@tonic-gatecheck: $(CHECKHDRS) 12027c478bd9Sstevel@tonic-gate 12037c478bd9Sstevel@tonic-gateFRC: 12047c478bd9Sstevel@tonic-gate 12057c478bd9Sstevel@tonic-gate# EXPORT DELETE START 12067c478bd9Sstevel@tonic-gateEXPORT_SRC: 12077c478bd9Sstevel@tonic-gate $(RM) wanboot_impl.h+ Makefile+ 12087c478bd9Sstevel@tonic-gate sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \ 12097c478bd9Sstevel@tonic-gate < wanboot_impl.h > wanboot_impl.h+ 12107c478bd9Sstevel@tonic-gate $(MV) wanboot_impl.h+ wanboot_impl.h 12117c478bd9Sstevel@tonic-gate sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \ 12127c478bd9Sstevel@tonic-gate < Makefile > Makefile+ 12137c478bd9Sstevel@tonic-gate $(RM) Makefile 12147c478bd9Sstevel@tonic-gate $(MV) Makefile+ Makefile 12157c478bd9Sstevel@tonic-gate $(CHMOD) 444 Makefile wanboot_impl.h 12167c478bd9Sstevel@tonic-gate# EXPORT DELETE END 1217