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# 22fb2f18f8Sesaxe# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 237c478bd9Sstevel@tonic-gate# Use is subject to license terms. 247c478bd9Sstevel@tonic-gate# 257c478bd9Sstevel@tonic-gate# ident "%Z%%M% %I% %E% SMI" 267c478bd9Sstevel@tonic-gate# 277c478bd9Sstevel@tonic-gate 287c478bd9Sstevel@tonic-gateinclude $(SRC)/uts/Makefile.uts 297c478bd9Sstevel@tonic-gate 307c478bd9Sstevel@tonic-gateGROUP=bin 317c478bd9Sstevel@tonic-gateFILEMODE=644 327c478bd9Sstevel@tonic-gate 337c478bd9Sstevel@tonic-gate# 347c478bd9Sstevel@tonic-gate# Note that the following headers are present in the kernel but 357c478bd9Sstevel@tonic-gate# neither installed or shipped as part of the product: 367c478bd9Sstevel@tonic-gate# cpuid_drv.h: Private interface for cpuid consumers 377c478bd9Sstevel@tonic-gate# unix_bb_info.h: Private interface to kcov 387c478bd9Sstevel@tonic-gate# 397c478bd9Sstevel@tonic-gate 407c478bd9Sstevel@tonic-gatei386_HDRS= \ 417c478bd9Sstevel@tonic-gate agp/agpamd64gart_io.h \ 427c478bd9Sstevel@tonic-gate agp/agpdefs.h \ 437c478bd9Sstevel@tonic-gate agp/agpgart_impl.h \ 447c478bd9Sstevel@tonic-gate agp/agpmaster_io.h \ 457c478bd9Sstevel@tonic-gate agp/agptarget_io.h \ 467c478bd9Sstevel@tonic-gate agpgart.h \ 477c478bd9Sstevel@tonic-gate asy.h \ 487c478bd9Sstevel@tonic-gate audio/audio810.h \ 49582eadeeSfl147353 audio/audiohd.h \ 50c525fe66Sfl147353 audio/audioixp.h \ 517c478bd9Sstevel@tonic-gate fd_debug.h \ 527c478bd9Sstevel@tonic-gate fdc.h \ 537c478bd9Sstevel@tonic-gate fdmedia.h \ 54fd9cb95cSsethg mouse.h \ 557c478bd9Sstevel@tonic-gate mse.h \ 567c478bd9Sstevel@tonic-gate vuidmice.h 577c478bd9Sstevel@tonic-gate 587c478bd9Sstevel@tonic-gateAVHDRS= \ 597c478bd9Sstevel@tonic-gate av/iec61883.h 607c478bd9Sstevel@tonic-gate 617c478bd9Sstevel@tonic-gatesparc_HDRS= \ 627c478bd9Sstevel@tonic-gate audio/audiots.h \ 637c478bd9Sstevel@tonic-gate audio/am_src2.h \ 64fd9cb95cSsethg mouse.h \ 657c478bd9Sstevel@tonic-gate scsi/targets/ssddef.h \ 667c478bd9Sstevel@tonic-gate $(MDESCHDRS) \ 677c478bd9Sstevel@tonic-gate $(AVHDRS) 687c478bd9Sstevel@tonic-gate 697c478bd9Sstevel@tonic-gate# Generated headers 707c478bd9Sstevel@tonic-gateGENHDRS= \ 717c478bd9Sstevel@tonic-gate priv_const.h \ 727c478bd9Sstevel@tonic-gate priv_names.h 737c478bd9Sstevel@tonic-gate 747c478bd9Sstevel@tonic-gateCHKHDRS= \ 757c478bd9Sstevel@tonic-gate acct.h \ 767c478bd9Sstevel@tonic-gate acctctl.h \ 777c478bd9Sstevel@tonic-gate acl.h \ 787c478bd9Sstevel@tonic-gate aggr.h \ 797c478bd9Sstevel@tonic-gate aggr_impl.h \ 807c478bd9Sstevel@tonic-gate aio.h \ 817c478bd9Sstevel@tonic-gate aio_impl.h \ 827c478bd9Sstevel@tonic-gate aio_req.h \ 837c478bd9Sstevel@tonic-gate aiocb.h \ 847c478bd9Sstevel@tonic-gate ascii.h \ 85f841f6adSraf asynch.h \ 867c478bd9Sstevel@tonic-gate atomic.h \ 877c478bd9Sstevel@tonic-gate audio.h \ 887c478bd9Sstevel@tonic-gate audiodebug.h \ 897c478bd9Sstevel@tonic-gate audioio.h \ 907c478bd9Sstevel@tonic-gate audiovar.h \ 917c478bd9Sstevel@tonic-gate autoconf.h \ 927c478bd9Sstevel@tonic-gate auxv.h \ 937c478bd9Sstevel@tonic-gate auxv_386.h \ 947c478bd9Sstevel@tonic-gate auxv_SPARC.h \ 957c478bd9Sstevel@tonic-gate avl.h \ 967c478bd9Sstevel@tonic-gate avl_impl.h \ 977c478bd9Sstevel@tonic-gate battery.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 \ 1287c478bd9Sstevel@tonic-gate contract.h \ 1297c478bd9Sstevel@tonic-gate contract_impl.h \ 1307c478bd9Sstevel@tonic-gate copyops.h \ 1317c478bd9Sstevel@tonic-gate core.h \ 1327c478bd9Sstevel@tonic-gate corectl.h \ 1337c478bd9Sstevel@tonic-gate cpc_impl.h \ 1347c478bd9Sstevel@tonic-gate cpc_pcbe.h \ 1357c478bd9Sstevel@tonic-gate cpr.h \ 1367c478bd9Sstevel@tonic-gate cpupart.h \ 1377c478bd9Sstevel@tonic-gate cpuvar.h \ 1387c478bd9Sstevel@tonic-gate crc32.h \ 1397c478bd9Sstevel@tonic-gate cred.h \ 1407c478bd9Sstevel@tonic-gate cred_impl.h \ 1417c478bd9Sstevel@tonic-gate crtctl.h \ 1427c478bd9Sstevel@tonic-gate cryptmod.h \ 1437c478bd9Sstevel@tonic-gate csiioctl.h \ 1447c478bd9Sstevel@tonic-gate ctf.h \ 1457c478bd9Sstevel@tonic-gate ctfs.h \ 1467c478bd9Sstevel@tonic-gate ctfs_impl.h \ 1477c478bd9Sstevel@tonic-gate ctf_api.h \ 1487c478bd9Sstevel@tonic-gate ctype.h \ 1497c478bd9Sstevel@tonic-gate cyclic.h \ 1507c478bd9Sstevel@tonic-gate cyclic_impl.h \ 1517c478bd9Sstevel@tonic-gate dacf.h \ 1527c478bd9Sstevel@tonic-gate dacf_impl.h \ 1537c478bd9Sstevel@tonic-gate dc_ki.h \ 1547c478bd9Sstevel@tonic-gate ddi.h \ 1557c478bd9Sstevel@tonic-gate ddifm.h \ 1567c478bd9Sstevel@tonic-gate ddifm_impl.h \ 1577c478bd9Sstevel@tonic-gate ddi_intr.h \ 1587c478bd9Sstevel@tonic-gate ddi_intr_impl.h \ 1597c478bd9Sstevel@tonic-gate ddi_impldefs.h \ 1607c478bd9Sstevel@tonic-gate ddi_implfuncs.h \ 1614ab75253Smrj ddi_obsolete.h \ 1627c478bd9Sstevel@tonic-gate ddidevmap.h \ 1637c478bd9Sstevel@tonic-gate ddidmareq.h \ 1647c478bd9Sstevel@tonic-gate ddimapreq.h \ 1657c478bd9Sstevel@tonic-gate ddipropdefs.h \ 1667c478bd9Sstevel@tonic-gate dditypes.h \ 1677c478bd9Sstevel@tonic-gate debug.h \ 1687c478bd9Sstevel@tonic-gate des.h \ 16965abbdb2Sjg devctl.h \ 17083c4dfe9Sjg devcache.h \ 17183c4dfe9Sjg devcache_impl.h \ 17283c4dfe9Sjg devid_cache.h \ 1737c478bd9Sstevel@tonic-gate devinfo_impl.h \ 1747c478bd9Sstevel@tonic-gate devops.h \ 1757c478bd9Sstevel@tonic-gate devpolicy.h \ 1767c478bd9Sstevel@tonic-gate devpoll.h \ 1777c478bd9Sstevel@tonic-gate dirent.h \ 1787c478bd9Sstevel@tonic-gate disp.h \ 1797c478bd9Sstevel@tonic-gate dkbad.h \ 1807c478bd9Sstevel@tonic-gate dkio.h \ 1817c478bd9Sstevel@tonic-gate dklabel.h \ 1827c478bd9Sstevel@tonic-gate dl.h \ 1837c478bd9Sstevel@tonic-gate dlpi.h \ 1847c478bd9Sstevel@tonic-gate dld.h \ 1857c478bd9Sstevel@tonic-gate dld_impl.h \ 1867c478bd9Sstevel@tonic-gate dls.h \ 1877c478bd9Sstevel@tonic-gate dls_impl.h \ 1887c478bd9Sstevel@tonic-gate dma_i8237A.h \ 1897c478bd9Sstevel@tonic-gate dnlc.h \ 1907c478bd9Sstevel@tonic-gate door.h \ 1917c478bd9Sstevel@tonic-gate door_data.h \ 1927c478bd9Sstevel@tonic-gate door_impl.h \ 1937c478bd9Sstevel@tonic-gate dtrace.h \ 1947c478bd9Sstevel@tonic-gate dtrace_impl.h \ 1957c478bd9Sstevel@tonic-gate dumpadm.h \ 1967c478bd9Sstevel@tonic-gate dumphdr.h \ 1977c478bd9Sstevel@tonic-gate ecppsys.h \ 1987c478bd9Sstevel@tonic-gate ecppio.h \ 1997c478bd9Sstevel@tonic-gate ecppreg.h \ 2007c478bd9Sstevel@tonic-gate ecppvar.h \ 2017c478bd9Sstevel@tonic-gate efi_partition.h \ 2027c478bd9Sstevel@tonic-gate elf.h \ 2037c478bd9Sstevel@tonic-gate elf_386.h \ 2047c478bd9Sstevel@tonic-gate elf_SPARC.h \ 2057c478bd9Sstevel@tonic-gate elf_notes.h \ 2067c478bd9Sstevel@tonic-gate elf_amd64.h \ 2077c478bd9Sstevel@tonic-gate elftypes.h \ 208b1dd958fScth emul64.h \ 209b1dd958fScth emul64cmd.h \ 210b1dd958fScth emul64var.h \ 2117c478bd9Sstevel@tonic-gate epm.h \ 2127c478bd9Sstevel@tonic-gate errno.h \ 2137c478bd9Sstevel@tonic-gate errorq.h \ 2147c478bd9Sstevel@tonic-gate errorq_impl.h \ 2157c478bd9Sstevel@tonic-gate esunddi.h \ 2167c478bd9Sstevel@tonic-gate ethernet.h \ 2177c478bd9Sstevel@tonic-gate euc.h \ 2187c478bd9Sstevel@tonic-gate eucioctl.h \ 2197c478bd9Sstevel@tonic-gate exacct.h \ 2207c478bd9Sstevel@tonic-gate exacct_catalog.h \ 2217c478bd9Sstevel@tonic-gate exacct_impl.h \ 2227c478bd9Sstevel@tonic-gate exec.h \ 2237c478bd9Sstevel@tonic-gate exechdr.h \ 2247c478bd9Sstevel@tonic-gate fault.h \ 2257c478bd9Sstevel@tonic-gate fasttrap.h \ 2267c478bd9Sstevel@tonic-gate fasttrap_impl.h \ 2277c478bd9Sstevel@tonic-gate fbio.h \ 2287c478bd9Sstevel@tonic-gate fbuf.h \ 2297c478bd9Sstevel@tonic-gate fcntl.h \ 2307c478bd9Sstevel@tonic-gate fdbuffer.h \ 2317c478bd9Sstevel@tonic-gate fdio.h \ 2327c478bd9Sstevel@tonic-gate feature_tests.h \ 2337c478bd9Sstevel@tonic-gate fem.h \ 2347c478bd9Sstevel@tonic-gate file.h \ 2357c478bd9Sstevel@tonic-gate filio.h \ 2367c478bd9Sstevel@tonic-gate flock.h \ 2377c478bd9Sstevel@tonic-gate flock_impl.h \ 238657b1f3dSraf fork.h \ 2397c478bd9Sstevel@tonic-gate fss.h \ 2407c478bd9Sstevel@tonic-gate fsspriocntl.h \ 2417c478bd9Sstevel@tonic-gate fsid.h \ 2427c478bd9Sstevel@tonic-gate fssnap.h \ 2437c478bd9Sstevel@tonic-gate fssnap_if.h \ 2447c478bd9Sstevel@tonic-gate fstyp.h \ 2457c478bd9Sstevel@tonic-gate ftrace.h \ 2467c478bd9Sstevel@tonic-gate fx.h \ 2477c478bd9Sstevel@tonic-gate fxpriocntl.h \ 2487c478bd9Sstevel@tonic-gate gfs.h \ 2497c478bd9Sstevel@tonic-gate gld.h \ 2507c478bd9Sstevel@tonic-gate gldpriv.h \ 251fb2f18f8Sesaxe group.h \ 2527c478bd9Sstevel@tonic-gate hdio.h \ 253381a2a9aSdr146992 hook.h \ 254381a2a9aSdr146992 hook_event.h \ 255381a2a9aSdr146992 hook_impl.h \ 2567c478bd9Sstevel@tonic-gate hwconf.h \ 2577c478bd9Sstevel@tonic-gate ia.h \ 2587c478bd9Sstevel@tonic-gate iapriocntl.h \ 2597c478bd9Sstevel@tonic-gate id32.h \ 2607c478bd9Sstevel@tonic-gate ieeefp.h \ 2617c478bd9Sstevel@tonic-gate id_space.h \ 2627c478bd9Sstevel@tonic-gate instance.h \ 2637c478bd9Sstevel@tonic-gate int_const.h \ 2647c478bd9Sstevel@tonic-gate int_fmtio.h \ 2657c478bd9Sstevel@tonic-gate int_limits.h \ 2667c478bd9Sstevel@tonic-gate int_types.h \ 2677c478bd9Sstevel@tonic-gate inttypes.h \ 2687c478bd9Sstevel@tonic-gate ioccom.h \ 2697c478bd9Sstevel@tonic-gate ioctl.h \ 2707c478bd9Sstevel@tonic-gate ipc.h \ 2717c478bd9Sstevel@tonic-gate ipc_impl.h \ 272824c205fSml93401 ipc_rctl.h \ 2737c478bd9Sstevel@tonic-gate isa_defs.h \ 27436c5fee3Smcneal iscsi_authclient.h \ 27536c5fee3Smcneal iscsi_authclientglue.h \ 27636c5fee3Smcneal iscsi_protocol.h \ 2777c478bd9Sstevel@tonic-gate jioctl.h \ 2787c478bd9Sstevel@tonic-gate kbd.h \ 2797c478bd9Sstevel@tonic-gate kbdreg.h \ 2807c478bd9Sstevel@tonic-gate kbio.h \ 2817c478bd9Sstevel@tonic-gate kcpc.h \ 2827c478bd9Sstevel@tonic-gate kdi.h \ 2837c478bd9Sstevel@tonic-gate kdi_impl.h \ 2847c478bd9Sstevel@tonic-gate klwp.h \ 2857c478bd9Sstevel@tonic-gate kmdb.h \ 2867c478bd9Sstevel@tonic-gate kmem.h \ 2877c478bd9Sstevel@tonic-gate kmem_impl.h \ 2887c478bd9Sstevel@tonic-gate kobj.h \ 2897c478bd9Sstevel@tonic-gate kobj_impl.h \ 2907c478bd9Sstevel@tonic-gate kstat.h \ 2917c478bd9Sstevel@tonic-gate kstr.h \ 2927c478bd9Sstevel@tonic-gate ksyms.h \ 2937c478bd9Sstevel@tonic-gate ksynch.h \ 2947c478bd9Sstevel@tonic-gate ldterm.h \ 2957c478bd9Sstevel@tonic-gate lgrp.h \ 2967c478bd9Sstevel@tonic-gate lgrp_user.h \ 2978ceba33eSraf libc_kernel.h \ 2987c478bd9Sstevel@tonic-gate link.h \ 2997c478bd9Sstevel@tonic-gate list.h \ 3007c478bd9Sstevel@tonic-gate list_impl.h \ 3017c478bd9Sstevel@tonic-gate llc1.h \ 3027c478bd9Sstevel@tonic-gate loadavg.h \ 3037c478bd9Sstevel@tonic-gate lock.h \ 3047c478bd9Sstevel@tonic-gate lockfs.h \ 3057c478bd9Sstevel@tonic-gate lockstat.h \ 3067c478bd9Sstevel@tonic-gate lofi.h \ 3077c478bd9Sstevel@tonic-gate log.h \ 3087c478bd9Sstevel@tonic-gate logindmux.h \ 3097c478bd9Sstevel@tonic-gate logindmux_impl.h \ 3107c478bd9Sstevel@tonic-gate lwp.h \ 3117c478bd9Sstevel@tonic-gate lwp_timer_impl.h \ 3127c478bd9Sstevel@tonic-gate lwp_upimutex_impl.h \ 3137c478bd9Sstevel@tonic-gate mac.h \ 3147c478bd9Sstevel@tonic-gate mac_impl.h \ 3157c478bd9Sstevel@tonic-gate map.h \ 3167c478bd9Sstevel@tonic-gate md5.h \ 3177c478bd9Sstevel@tonic-gate md5_consts.h \ 3187c478bd9Sstevel@tonic-gate mdi_impldefs.h \ 3197c478bd9Sstevel@tonic-gate mem.h \ 3207c478bd9Sstevel@tonic-gate mem_config.h \ 3217c478bd9Sstevel@tonic-gate memlist.h \ 3227c478bd9Sstevel@tonic-gate mkdev.h \ 3237c478bd9Sstevel@tonic-gate mhd.h \ 3247c478bd9Sstevel@tonic-gate miiregs.h \ 3257c478bd9Sstevel@tonic-gate mixer.h \ 3267c478bd9Sstevel@tonic-gate mman.h \ 3277c478bd9Sstevel@tonic-gate mntent.h \ 3287c478bd9Sstevel@tonic-gate mntio.h \ 3297c478bd9Sstevel@tonic-gate mnttab.h \ 3307c478bd9Sstevel@tonic-gate modctl.h \ 3317c478bd9Sstevel@tonic-gate mode.h \ 3327c478bd9Sstevel@tonic-gate model.h \ 3337c478bd9Sstevel@tonic-gate modhash.h \ 3347c478bd9Sstevel@tonic-gate modhash_impl.h \ 3357c478bd9Sstevel@tonic-gate mount.h \ 336fd9cb95cSsethg mouse.h \ 3377c478bd9Sstevel@tonic-gate msacct.h \ 3387c478bd9Sstevel@tonic-gate msg.h \ 3397c478bd9Sstevel@tonic-gate msg_impl.h \ 3407c478bd9Sstevel@tonic-gate msio.h \ 3417c478bd9Sstevel@tonic-gate msreg.h \ 3427c478bd9Sstevel@tonic-gate mtio.h \ 3437c478bd9Sstevel@tonic-gate multidata.h \ 3447c478bd9Sstevel@tonic-gate multidata_impl.h \ 3457c478bd9Sstevel@tonic-gate mutex.h \ 3467c478bd9Sstevel@tonic-gate nbmlock.h \ 3477c478bd9Sstevel@tonic-gate ndifm.h \ 3487c478bd9Sstevel@tonic-gate ndi_impldefs.h \ 3497c478bd9Sstevel@tonic-gate netconfig.h \ 350381a2a9aSdr146992 neti.h \ 351f4b3ec61Sdh155122 netstack.h \ 3527c478bd9Sstevel@tonic-gate nexusdefs.h \ 3537c478bd9Sstevel@tonic-gate note.h \ 3547c478bd9Sstevel@tonic-gate nvpair.h \ 3557c478bd9Sstevel@tonic-gate nvpair_impl.h \ 3567c478bd9Sstevel@tonic-gate objfs.h \ 3577c478bd9Sstevel@tonic-gate objfs_impl.h \ 3587c478bd9Sstevel@tonic-gate ontrap.h \ 3597c478bd9Sstevel@tonic-gate open.h \ 3607c478bd9Sstevel@tonic-gate openpromio.h \ 3617c478bd9Sstevel@tonic-gate panic.h \ 3627c478bd9Sstevel@tonic-gate param.h \ 3637c478bd9Sstevel@tonic-gate pathconf.h \ 3647c478bd9Sstevel@tonic-gate pathname.h \ 3657c478bd9Sstevel@tonic-gate pattr.h \ 366381a2a9aSdr146992 queue.h \ 3677c478bd9Sstevel@tonic-gate serializer.h \ 3687c478bd9Sstevel@tonic-gate pbio.h \ 3697c478bd9Sstevel@tonic-gate pccard.h \ 3707c478bd9Sstevel@tonic-gate pci.h \ 3719164eb65Stimh pcie.h \ 3727c478bd9Sstevel@tonic-gate pci_impl.h \ 3737c478bd9Sstevel@tonic-gate pcmcia.h \ 3747c478bd9Sstevel@tonic-gate pctypes.h \ 3753db86aabSstevel pem.h \ 3767c478bd9Sstevel@tonic-gate pfmod.h \ 377fb2f18f8Sesaxe pg.h \ 378fb2f18f8Sesaxe pghw.h \ 3798b464eb8Smec physmem.h \ 3807c478bd9Sstevel@tonic-gate pm.h \ 3817c478bd9Sstevel@tonic-gate policy.h \ 3827c478bd9Sstevel@tonic-gate poll.h \ 3837c478bd9Sstevel@tonic-gate poll_impl.h \ 3847c478bd9Sstevel@tonic-gate pool.h \ 3857c478bd9Sstevel@tonic-gate pool_impl.h \ 3867c478bd9Sstevel@tonic-gate pool_pset.h \ 3877c478bd9Sstevel@tonic-gate port.h \ 3887c478bd9Sstevel@tonic-gate port_impl.h \ 3897c478bd9Sstevel@tonic-gate port_kernel.h \ 3907c478bd9Sstevel@tonic-gate ppmio.h \ 3917c478bd9Sstevel@tonic-gate priocntl.h \ 3927c478bd9Sstevel@tonic-gate priv.h \ 3937c478bd9Sstevel@tonic-gate priv_impl.h \ 3947c478bd9Sstevel@tonic-gate prnio.h \ 3957c478bd9Sstevel@tonic-gate proc.h \ 3967c478bd9Sstevel@tonic-gate processor.h \ 3977c478bd9Sstevel@tonic-gate procfs.h \ 3987c478bd9Sstevel@tonic-gate procset.h \ 3997c478bd9Sstevel@tonic-gate project.h \ 4007c478bd9Sstevel@tonic-gate protosw.h \ 4017c478bd9Sstevel@tonic-gate prsystm.h \ 4027c478bd9Sstevel@tonic-gate pset.h \ 4037c478bd9Sstevel@tonic-gate pshot.h \ 4047c478bd9Sstevel@tonic-gate ptem.h \ 4057c478bd9Sstevel@tonic-gate ptms.h \ 4067c478bd9Sstevel@tonic-gate ptyvar.h \ 4077c478bd9Sstevel@tonic-gate raidioctl.h \ 4087c478bd9Sstevel@tonic-gate ramdisk.h \ 4097c478bd9Sstevel@tonic-gate random.h \ 4107c478bd9Sstevel@tonic-gate rctl.h \ 4117c478bd9Sstevel@tonic-gate rctl_impl.h \ 4127c478bd9Sstevel@tonic-gate reboot.h \ 4137c478bd9Sstevel@tonic-gate refstr.h \ 4147c478bd9Sstevel@tonic-gate refstr_impl.h \ 4157c478bd9Sstevel@tonic-gate resource.h \ 4167c478bd9Sstevel@tonic-gate rlioctl.h \ 4177c478bd9Sstevel@tonic-gate rt.h \ 4187c478bd9Sstevel@tonic-gate rtpriocntl.h \ 4197c478bd9Sstevel@tonic-gate rwlock.h \ 4207c478bd9Sstevel@tonic-gate rwlock_impl.h \ 4217c478bd9Sstevel@tonic-gate rwstlock.h \ 4227c478bd9Sstevel@tonic-gate sad.h \ 4237c478bd9Sstevel@tonic-gate schedctl.h \ 4247c478bd9Sstevel@tonic-gate sdt.h \ 4257c478bd9Sstevel@tonic-gate select.h \ 4267c478bd9Sstevel@tonic-gate sem.h \ 4277c478bd9Sstevel@tonic-gate sem_impl.h \ 4287c478bd9Sstevel@tonic-gate sema_impl.h \ 4297c478bd9Sstevel@tonic-gate semaphore.h \ 4307c478bd9Sstevel@tonic-gate sendfile.h \ 4317c478bd9Sstevel@tonic-gate ser_sync.h \ 4327c478bd9Sstevel@tonic-gate session.h \ 4337c478bd9Sstevel@tonic-gate sha1.h \ 4347c478bd9Sstevel@tonic-gate sha1_consts.h \ 4357c478bd9Sstevel@tonic-gate sha2.h \ 4367c478bd9Sstevel@tonic-gate sha2_consts.h \ 4377c478bd9Sstevel@tonic-gate share.h \ 4387c478bd9Sstevel@tonic-gate shm.h \ 4397c478bd9Sstevel@tonic-gate shm_impl.h \ 4407c478bd9Sstevel@tonic-gate siginfo.h \ 4417c478bd9Sstevel@tonic-gate signal.h \ 4427c478bd9Sstevel@tonic-gate sleepq.h \ 44384ab085aSmws smbios.h \ 44484ab085aSmws smbios_impl.h \ 4457c478bd9Sstevel@tonic-gate sobject.h \ 4467c478bd9Sstevel@tonic-gate socket.h \ 4477c478bd9Sstevel@tonic-gate socket_impl.h \ 4487c478bd9Sstevel@tonic-gate socketvar.h \ 4497c478bd9Sstevel@tonic-gate sockio.h \ 4507c478bd9Sstevel@tonic-gate squeue.h \ 4517c478bd9Sstevel@tonic-gate squeue_impl.h \ 4527c478bd9Sstevel@tonic-gate sservice.h \ 4537c478bd9Sstevel@tonic-gate stat.h \ 4547c478bd9Sstevel@tonic-gate statfs.h \ 4557c478bd9Sstevel@tonic-gate statvfs.h \ 4567c478bd9Sstevel@tonic-gate stdint.h \ 4577c478bd9Sstevel@tonic-gate stermio.h \ 4587c478bd9Sstevel@tonic-gate stream.h \ 4597c478bd9Sstevel@tonic-gate strft.h \ 4607c478bd9Sstevel@tonic-gate strlog.h \ 4617c478bd9Sstevel@tonic-gate strmdep.h \ 4627c478bd9Sstevel@tonic-gate stropts.h \ 4637c478bd9Sstevel@tonic-gate strredir.h \ 4647c478bd9Sstevel@tonic-gate strstat.h \ 4657c478bd9Sstevel@tonic-gate strsubr.h \ 4667c478bd9Sstevel@tonic-gate strsun.h \ 4677c478bd9Sstevel@tonic-gate strtty.h \ 4687c478bd9Sstevel@tonic-gate sunddi.h \ 4697c478bd9Sstevel@tonic-gate sunldi.h \ 4707c478bd9Sstevel@tonic-gate sunldi_impl.h \ 4717c478bd9Sstevel@tonic-gate sunmdi.h \ 4727c478bd9Sstevel@tonic-gate sunndi.h \ 4737c478bd9Sstevel@tonic-gate sunos_dhcp_class.h \ 4747c478bd9Sstevel@tonic-gate sunpm.h \ 4757c478bd9Sstevel@tonic-gate suntpi.h \ 4767c478bd9Sstevel@tonic-gate suntty.h \ 4777c478bd9Sstevel@tonic-gate swap.h \ 4787c478bd9Sstevel@tonic-gate synch.h \ 4797c478bd9Sstevel@tonic-gate syscall.h \ 4807c478bd9Sstevel@tonic-gate sysconf.h \ 4817c478bd9Sstevel@tonic-gate sysconfig.h \ 4827c478bd9Sstevel@tonic-gate sysevent.h \ 4837c478bd9Sstevel@tonic-gate sysevent_impl.h \ 4847c478bd9Sstevel@tonic-gate sysinfo.h \ 4857c478bd9Sstevel@tonic-gate syslog.h \ 4867c478bd9Sstevel@tonic-gate sysmacros.h \ 4877c478bd9Sstevel@tonic-gate sysmsg_impl.h \ 4887c478bd9Sstevel@tonic-gate systeminfo.h \ 4897c478bd9Sstevel@tonic-gate systm.h \ 4907c478bd9Sstevel@tonic-gate task.h \ 4917c478bd9Sstevel@tonic-gate taskq.h \ 4927c478bd9Sstevel@tonic-gate taskq_impl.h \ 4937c478bd9Sstevel@tonic-gate t_kuser.h \ 4947c478bd9Sstevel@tonic-gate t_lock.h \ 4957c478bd9Sstevel@tonic-gate telioctl.h \ 4967c478bd9Sstevel@tonic-gate termio.h \ 4977c478bd9Sstevel@tonic-gate termios.h \ 4987c478bd9Sstevel@tonic-gate termiox.h \ 4997c478bd9Sstevel@tonic-gate thread.h \ 5007c478bd9Sstevel@tonic-gate ticlts.h \ 5017c478bd9Sstevel@tonic-gate ticots.h \ 5027c478bd9Sstevel@tonic-gate ticotsord.h \ 5037c478bd9Sstevel@tonic-gate tihdr.h \ 5047c478bd9Sstevel@tonic-gate time.h \ 5057c478bd9Sstevel@tonic-gate time_impl.h \ 5067c478bd9Sstevel@tonic-gate time_std_impl.h \ 5077c478bd9Sstevel@tonic-gate timeb.h \ 5087c478bd9Sstevel@tonic-gate timer.h \ 5097c478bd9Sstevel@tonic-gate times.h \ 5107c478bd9Sstevel@tonic-gate timex.h \ 5117c478bd9Sstevel@tonic-gate timod.h \ 5127c478bd9Sstevel@tonic-gate tirdwr.h \ 5137c478bd9Sstevel@tonic-gate tiuser.h \ 5147c478bd9Sstevel@tonic-gate tl.h \ 5157c478bd9Sstevel@tonic-gate tnf.h \ 5167c478bd9Sstevel@tonic-gate tnf_com.h \ 5177c478bd9Sstevel@tonic-gate tnf_probe.h \ 5187c478bd9Sstevel@tonic-gate tnf_writer.h \ 5197c478bd9Sstevel@tonic-gate todio.h \ 5207c478bd9Sstevel@tonic-gate tpicommon.h \ 5217c478bd9Sstevel@tonic-gate ts.h \ 5227c478bd9Sstevel@tonic-gate tspriocntl.h \ 5237c478bd9Sstevel@tonic-gate ttcompat.h \ 5247c478bd9Sstevel@tonic-gate ttold.h \ 5257c478bd9Sstevel@tonic-gate tty.h \ 5267c478bd9Sstevel@tonic-gate ttychars.h \ 5277c478bd9Sstevel@tonic-gate ttydev.h \ 5287c478bd9Sstevel@tonic-gate tuneable.h \ 5297c478bd9Sstevel@tonic-gate turnstile.h \ 5307c478bd9Sstevel@tonic-gate types.h \ 5317c478bd9Sstevel@tonic-gate types32.h \ 5327c478bd9Sstevel@tonic-gate uadmin.h \ 5337c478bd9Sstevel@tonic-gate ucred.h \ 5347c478bd9Sstevel@tonic-gate uio.h \ 5357c478bd9Sstevel@tonic-gate ulimit.h \ 5367c478bd9Sstevel@tonic-gate un.h \ 5377c478bd9Sstevel@tonic-gate unistd.h \ 5387c478bd9Sstevel@tonic-gate user.h \ 5397c478bd9Sstevel@tonic-gate ustat.h \ 5407c478bd9Sstevel@tonic-gate utime.h \ 5417c478bd9Sstevel@tonic-gate utsname.h \ 5427c478bd9Sstevel@tonic-gate utssys.h \ 5437c478bd9Sstevel@tonic-gate uuid.h \ 5447c478bd9Sstevel@tonic-gate va_impl.h \ 5457c478bd9Sstevel@tonic-gate va_list.h \ 5467c478bd9Sstevel@tonic-gate var.h \ 5477c478bd9Sstevel@tonic-gate varargs.h \ 5487c478bd9Sstevel@tonic-gate vfs.h \ 549*aa59c4cbSrsb vfs_opreg.h \ 5507c478bd9Sstevel@tonic-gate vfstab.h \ 5517c478bd9Sstevel@tonic-gate vgareg.h \ 552c77a61a7Syz147069 videodev2.h \ 5537c478bd9Sstevel@tonic-gate visual_io.h \ 554605445d5Sdg199075 vlan.h \ 5557c478bd9Sstevel@tonic-gate vm.h \ 5560209230bSgjelinek vm_usage.h \ 5577c478bd9Sstevel@tonic-gate vmem.h \ 5587c478bd9Sstevel@tonic-gate vmem_impl.h \ 5597c478bd9Sstevel@tonic-gate vmmeter.h \ 5607c478bd9Sstevel@tonic-gate vmsystm.h \ 5617c478bd9Sstevel@tonic-gate vnode.h \ 5627c478bd9Sstevel@tonic-gate vtoc.h \ 5637c478bd9Sstevel@tonic-gate vtrace.h \ 5647c478bd9Sstevel@tonic-gate vuid_event.h \ 5657c478bd9Sstevel@tonic-gate vuid_wheel.h \ 5667c478bd9Sstevel@tonic-gate vuid_queue.h \ 5677c478bd9Sstevel@tonic-gate vuid_state.h \ 5687c478bd9Sstevel@tonic-gate vuid_store.h \ 5697c478bd9Sstevel@tonic-gate wait.h \ 570c97ad5cdSakolb waitq.h \ 5717c478bd9Sstevel@tonic-gate wanboot_impl.h \ 5727c478bd9Sstevel@tonic-gate watchpoint.h \ 5737c478bd9Sstevel@tonic-gate winlockio.h \ 5747c478bd9Sstevel@tonic-gate zcons.h \ 5757c478bd9Sstevel@tonic-gate zone.h \ 5767c478bd9Sstevel@tonic-gate xti_inet.h \ 5777c478bd9Sstevel@tonic-gate xti_osi.h \ 5787c478bd9Sstevel@tonic-gate xti_xtiopt.h \ 5797c478bd9Sstevel@tonic-gate zmod.h 5807c478bd9Sstevel@tonic-gate 5817c478bd9Sstevel@tonic-gateHDRS= \ 5827c478bd9Sstevel@tonic-gate $(GENHDRS) \ 5837c478bd9Sstevel@tonic-gate $(CHKHDRS) 5847c478bd9Sstevel@tonic-gate 5857c478bd9Sstevel@tonic-gateAUDIOHDRS= \ 5867c478bd9Sstevel@tonic-gate ac97.h \ 5877c478bd9Sstevel@tonic-gate am_src1.h \ 5887c478bd9Sstevel@tonic-gate audio_apm.h \ 5897c478bd9Sstevel@tonic-gate audio_mixer.h \ 5907c478bd9Sstevel@tonic-gate audio_src.h \ 5917c478bd9Sstevel@tonic-gate audio_support.h \ 5927c478bd9Sstevel@tonic-gate audio_trace.h \ 5937c478bd9Sstevel@tonic-gate g711.h 5947c478bd9Sstevel@tonic-gate 5957c478bd9Sstevel@tonic-gateBSCHDRS= \ 5967c478bd9Sstevel@tonic-gate lom_ebuscodes.h \ 5977c478bd9Sstevel@tonic-gate lom_io.h \ 5983db86aabSstevel lom_priv.h \ 5993db86aabSstevel lombus.h 6007c478bd9Sstevel@tonic-gate 6017c478bd9Sstevel@tonic-gateMDESCHDRS= \ 6027c478bd9Sstevel@tonic-gate mdesc.h \ 6037c478bd9Sstevel@tonic-gate mdesc_impl.h 6047c478bd9Sstevel@tonic-gate 6057c478bd9Sstevel@tonic-gateCRYPTOHDRS= \ 6067c478bd9Sstevel@tonic-gate elfsign.h \ 6077c478bd9Sstevel@tonic-gate ioctl.h \ 6087c478bd9Sstevel@tonic-gate ioctladmin.h \ 6097c478bd9Sstevel@tonic-gate common.h \ 6107c478bd9Sstevel@tonic-gate impl.h \ 6117c478bd9Sstevel@tonic-gate spi.h \ 6127c478bd9Sstevel@tonic-gate api.h \ 6137c478bd9Sstevel@tonic-gate ops_impl.h \ 6147c478bd9Sstevel@tonic-gate sched_impl.h 6157c478bd9Sstevel@tonic-gate 6168eea8e29Sap25164DCAMHDRS= \ 6178eea8e29Sap25164 dcam1394_io.h 6188eea8e29Sap25164 6197c478bd9Sstevel@tonic-gateIBHDRS= \ 6207c478bd9Sstevel@tonic-gate ib_types.h \ 6217c478bd9Sstevel@tonic-gate ib_pkt_hdrs.h 6227c478bd9Sstevel@tonic-gate 6237c478bd9Sstevel@tonic-gateIBTLHDRS= \ 6247c478bd9Sstevel@tonic-gate ibtl_types.h \ 6257c478bd9Sstevel@tonic-gate ibtl_status.h \ 6267c478bd9Sstevel@tonic-gate ibti.h \ 6277c478bd9Sstevel@tonic-gate ibti_cm.h \ 6287c478bd9Sstevel@tonic-gate ibci.h \ 6297c478bd9Sstevel@tonic-gate ibti_common.h \ 6307c478bd9Sstevel@tonic-gate ibvti.h \ 6317c478bd9Sstevel@tonic-gate ibtl_ci_types.h 6327c478bd9Sstevel@tonic-gate 6337c478bd9Sstevel@tonic-gateIBTLIMPLHDRS= \ 6347c478bd9Sstevel@tonic-gate ibtl_util.h 6357c478bd9Sstevel@tonic-gate 6367c478bd9Sstevel@tonic-gateIBNEXHDRS= \ 6377c478bd9Sstevel@tonic-gate ibnex_devctl.h 6387c478bd9Sstevel@tonic-gate 6397c478bd9Sstevel@tonic-gateIBMFHDRS= \ 6407c478bd9Sstevel@tonic-gate ibmf.h \ 6417c478bd9Sstevel@tonic-gate ibmf_msg.h \ 6427c478bd9Sstevel@tonic-gate ibmf_saa.h \ 6437c478bd9Sstevel@tonic-gate ibmf_utils.h 6447c478bd9Sstevel@tonic-gate 6457c478bd9Sstevel@tonic-gateIBMGTHDRS= \ 6467c478bd9Sstevel@tonic-gate ib_dm_attr.h \ 6477c478bd9Sstevel@tonic-gate ib_mad.h \ 6487c478bd9Sstevel@tonic-gate sm_attr.h \ 6497c478bd9Sstevel@tonic-gate sa_recs.h 6507c478bd9Sstevel@tonic-gate 6517c478bd9Sstevel@tonic-gateIBDHDRS= \ 6527c478bd9Sstevel@tonic-gate ibd.h 6537c478bd9Sstevel@tonic-gate 6547c478bd9Sstevel@tonic-gateISOHDRS= \ 6557c478bd9Sstevel@tonic-gate signal_iso.h 6567c478bd9Sstevel@tonic-gate 6577c478bd9Sstevel@tonic-gateDERIVED_LVMHDRS= \ 6587c478bd9Sstevel@tonic-gate md_mdiox.h \ 6597c478bd9Sstevel@tonic-gate md_basic.h \ 6607c478bd9Sstevel@tonic-gate mdmed.h \ 6617c478bd9Sstevel@tonic-gate md_mhdx.h \ 6627c478bd9Sstevel@tonic-gate mdmn_commd.h 6637c478bd9Sstevel@tonic-gate 6647c478bd9Sstevel@tonic-gateLVMHDRS= \ 6657c478bd9Sstevel@tonic-gate md_convert.h \ 6667c478bd9Sstevel@tonic-gate md_crc.h \ 6677c478bd9Sstevel@tonic-gate md_hotspares.h \ 6687c478bd9Sstevel@tonic-gate md_mddb.h \ 6697c478bd9Sstevel@tonic-gate md_mirror.h \ 6707c478bd9Sstevel@tonic-gate md_mirror_shared.h \ 6717c478bd9Sstevel@tonic-gate md_names.h \ 6727c478bd9Sstevel@tonic-gate md_notify.h \ 6737c478bd9Sstevel@tonic-gate md_raid.h \ 6747c478bd9Sstevel@tonic-gate md_rename.h \ 6757c478bd9Sstevel@tonic-gate md_sp.h \ 6767c478bd9Sstevel@tonic-gate md_stripe.h \ 6777c478bd9Sstevel@tonic-gate md_trans.h \ 6787c478bd9Sstevel@tonic-gate mdio.h \ 6797c478bd9Sstevel@tonic-gate mdvar.h 6807c478bd9Sstevel@tonic-gate 6817c478bd9Sstevel@tonic-gateALL_LVMHDRS= \ 6827c478bd9Sstevel@tonic-gate $(LVMHDRS) \ 6837c478bd9Sstevel@tonic-gate $(DERIVED_LVMHDRS) 6847c478bd9Sstevel@tonic-gate 6857c478bd9Sstevel@tonic-gateFMHDRS= \ 6867c478bd9Sstevel@tonic-gate protocol.h \ 6877c478bd9Sstevel@tonic-gate util.h 6887c478bd9Sstevel@tonic-gate 689ea8dc4b6SeschrockFMFSHDRS= \ 690ea8dc4b6Seschrock zfs.h 691ea8dc4b6Seschrock 6927c478bd9Sstevel@tonic-gateFMIOHDRS= \ 6937c478bd9Sstevel@tonic-gate ddi.h \ 6947c478bd9Sstevel@tonic-gate pci.h \ 69525cf1a30Sjl139090 sun4upci.h \ 69625cf1a30Sjl139090 opl_mc_fm.h 6977c478bd9Sstevel@tonic-gate 6987c478bd9Sstevel@tonic-gateFSHDRS= \ 6997c478bd9Sstevel@tonic-gate autofs.h \ 7007c478bd9Sstevel@tonic-gate cachefs_dir.h \ 7017c478bd9Sstevel@tonic-gate cachefs_dlog.h \ 7027c478bd9Sstevel@tonic-gate cachefs_filegrp.h \ 7037c478bd9Sstevel@tonic-gate cachefs_fs.h \ 7047c478bd9Sstevel@tonic-gate cachefs_fscache.h \ 7057c478bd9Sstevel@tonic-gate cachefs_ioctl.h \ 7067c478bd9Sstevel@tonic-gate cachefs_log.h \ 7077c478bd9Sstevel@tonic-gate dv_node.h \ 708facf4a8dSllai1 sdev_impl.h \ 709facf4a8dSllai1 sdev_node.h \ 7107c478bd9Sstevel@tonic-gate fifonode.h \ 7117c478bd9Sstevel@tonic-gate hsfs_isospec.h \ 7127c478bd9Sstevel@tonic-gate hsfs_node.h \ 7137c478bd9Sstevel@tonic-gate hsfs_rrip.h \ 7147c478bd9Sstevel@tonic-gate hsfs_spec.h \ 7157c478bd9Sstevel@tonic-gate hsfs_susp.h \ 7167c478bd9Sstevel@tonic-gate lofs_info.h \ 7177c478bd9Sstevel@tonic-gate lofs_node.h \ 7187c478bd9Sstevel@tonic-gate mntdata.h \ 7197c478bd9Sstevel@tonic-gate namenode.h \ 7207c478bd9Sstevel@tonic-gate pc_dir.h \ 7217c478bd9Sstevel@tonic-gate pc_fs.h \ 7227c478bd9Sstevel@tonic-gate pc_label.h \ 7237c478bd9Sstevel@tonic-gate pc_node.h \ 7247c478bd9Sstevel@tonic-gate pxfs_ki.h \ 7257c478bd9Sstevel@tonic-gate snode.h \ 7267c478bd9Sstevel@tonic-gate swapnode.h \ 7277c478bd9Sstevel@tonic-gate tmp.h \ 7287c478bd9Sstevel@tonic-gate tmpnode.h \ 7297c478bd9Sstevel@tonic-gate udf_inode.h \ 7307c478bd9Sstevel@tonic-gate udf_volume.h \ 7317c478bd9Sstevel@tonic-gate ufs_acl.h \ 7327c478bd9Sstevel@tonic-gate ufs_bio.h \ 7337c478bd9Sstevel@tonic-gate ufs_filio.h \ 7347c478bd9Sstevel@tonic-gate ufs_fs.h \ 7357c478bd9Sstevel@tonic-gate ufs_fsdir.h \ 7367c478bd9Sstevel@tonic-gate ufs_inode.h \ 7377c478bd9Sstevel@tonic-gate ufs_lockfs.h \ 7387c478bd9Sstevel@tonic-gate ufs_log.h \ 7397c478bd9Sstevel@tonic-gate ufs_mount.h \ 7407c478bd9Sstevel@tonic-gate ufs_panic.h \ 7417c478bd9Sstevel@tonic-gate ufs_prot.h \ 7427c478bd9Sstevel@tonic-gate ufs_quota.h \ 7437c478bd9Sstevel@tonic-gate ufs_snap.h \ 744fa9e4066Sahrens ufs_trans.h \ 745fa9e4066Sahrens zfs.h 7467c478bd9Sstevel@tonic-gate 7477c478bd9Sstevel@tonic-gatePCMCIAHDRS= \ 7487c478bd9Sstevel@tonic-gate pcata.h \ 7497c478bd9Sstevel@tonic-gate pcgld.h \ 7507c478bd9Sstevel@tonic-gate pcramio.h \ 7517c478bd9Sstevel@tonic-gate pcramvar.h \ 7527c478bd9Sstevel@tonic-gate pcser_conf.h \ 7537c478bd9Sstevel@tonic-gate pcser_io.h \ 7547c478bd9Sstevel@tonic-gate pcser_reg.h \ 7557c478bd9Sstevel@tonic-gate pcser_manuspec.h \ 7567c478bd9Sstevel@tonic-gate pcser_var.h 7577c478bd9Sstevel@tonic-gate 7587c478bd9Sstevel@tonic-gateSCSIHDRS= \ 7597c478bd9Sstevel@tonic-gate scsi.h \ 7607c478bd9Sstevel@tonic-gate scsi_address.h \ 7617c478bd9Sstevel@tonic-gate scsi_ctl.h \ 7627c478bd9Sstevel@tonic-gate scsi_params.h \ 7637c478bd9Sstevel@tonic-gate scsi_pkt.h \ 7647c478bd9Sstevel@tonic-gate scsi_resource.h \ 7657c478bd9Sstevel@tonic-gate scsi_types.h \ 7667c478bd9Sstevel@tonic-gate scsi_watch.h 7677c478bd9Sstevel@tonic-gate 7687c478bd9Sstevel@tonic-gateSCSICONFHDRS= \ 7697c478bd9Sstevel@tonic-gate autoconf.h \ 7707c478bd9Sstevel@tonic-gate device.h 7717c478bd9Sstevel@tonic-gate 7727c478bd9Sstevel@tonic-gateSCSIGENHDRS= \ 7737c478bd9Sstevel@tonic-gate commands.h \ 7747c478bd9Sstevel@tonic-gate dad_mode.h \ 7757c478bd9Sstevel@tonic-gate inquiry.h \ 7767c478bd9Sstevel@tonic-gate message.h \ 7777c478bd9Sstevel@tonic-gate mode.h \ 7787c478bd9Sstevel@tonic-gate sense.h \ 7797c478bd9Sstevel@tonic-gate status.h 7807c478bd9Sstevel@tonic-gate 7817c478bd9Sstevel@tonic-gateSCSIIMPLHDRS= \ 7827c478bd9Sstevel@tonic-gate commands.h \ 7837c478bd9Sstevel@tonic-gate inquiry.h \ 7847c478bd9Sstevel@tonic-gate mode.h \ 7857c478bd9Sstevel@tonic-gate sense.h \ 7867c478bd9Sstevel@tonic-gate services.h \ 7877c478bd9Sstevel@tonic-gate status.h \ 7887c478bd9Sstevel@tonic-gate transport.h \ 7897c478bd9Sstevel@tonic-gate scsi_reset_notify.h \ 7907c478bd9Sstevel@tonic-gate types.h \ 7917c478bd9Sstevel@tonic-gate uscsi.h 7927c478bd9Sstevel@tonic-gate 7937c478bd9Sstevel@tonic-gateSCSITARGETSHDRS= \ 7947c478bd9Sstevel@tonic-gate ses.h \ 7957c478bd9Sstevel@tonic-gate sesio.h \ 7969a016c63Sstevel sgendef.h \ 7977c478bd9Sstevel@tonic-gate stdef.h \ 798fb9f9b97Skupfer sddef.h 7997c478bd9Sstevel@tonic-gate 800fb9f9b97SkupferSCSICADHDRS= 8017c478bd9Sstevel@tonic-gate 8027c478bd9Sstevel@tonic-gateSCSIVHCIHDRS= \ 8038c4f8890Srs135747 scsi_vhci.h \ 8048c4f8890Srs135747 mpapi_impl.h \ 8058c4f8890Srs135747 mpapi_scsi_vhci.h 8067c478bd9Sstevel@tonic-gate 8077c478bd9Sstevel@tonic-gateFCHDRS= \ 8087c478bd9Sstevel@tonic-gate fc_transport.h \ 8097c478bd9Sstevel@tonic-gate linkapp.h \ 8107c478bd9Sstevel@tonic-gate fc.h \ 8117c478bd9Sstevel@tonic-gate fcp.h \ 8127c478bd9Sstevel@tonic-gate fcal_transport.h \ 8137c478bd9Sstevel@tonic-gate fcal.h \ 8147c478bd9Sstevel@tonic-gate fcal_linkapp.h \ 8157c478bd9Sstevel@tonic-gate fcio.h 8167c478bd9Sstevel@tonic-gate 81766f9d5cbSmlfSATAGENHDRS= \ 81866f9d5cbSmlf sata_hba.h \ 81966f9d5cbSmlf sata_defs.h \ 82066f9d5cbSmlf sata_cfgadm.h 82166f9d5cbSmlf 8227c478bd9Sstevel@tonic-gateSYSEVENTHDRS= \ 8237c478bd9Sstevel@tonic-gate ap_driver.h \ 8247c478bd9Sstevel@tonic-gate dev.h \ 8257c478bd9Sstevel@tonic-gate domain.h \ 8267c478bd9Sstevel@tonic-gate dr.h \ 8277c478bd9Sstevel@tonic-gate env.h \ 8287c478bd9Sstevel@tonic-gate eventdefs.h \ 8297c478bd9Sstevel@tonic-gate ipmp.h \ 8307c478bd9Sstevel@tonic-gate svm.h 8317c478bd9Sstevel@tonic-gate 8327c478bd9Sstevel@tonic-gateCONTRACTHDRS= \ 8337c478bd9Sstevel@tonic-gate process.h \ 8347c478bd9Sstevel@tonic-gate process_impl.h 8357c478bd9Sstevel@tonic-gate 8367c478bd9Sstevel@tonic-gateUSBHDRS= \ 8377c478bd9Sstevel@tonic-gate usba.h \ 8387c478bd9Sstevel@tonic-gate usbai.h 8397c478bd9Sstevel@tonic-gate 8407c478bd9Sstevel@tonic-gateUSBAUDHDRS= \ 8417c478bd9Sstevel@tonic-gate usb_audio.h 8427c478bd9Sstevel@tonic-gate 8437c478bd9Sstevel@tonic-gateUSBHUBDHDRS= \ 8447c478bd9Sstevel@tonic-gate hub.h \ 8457c478bd9Sstevel@tonic-gate hubd_impl.h 8467c478bd9Sstevel@tonic-gate 8477c478bd9Sstevel@tonic-gateUSBHIDHDRS= \ 8487c478bd9Sstevel@tonic-gate hid.h 8497c478bd9Sstevel@tonic-gate 8507c478bd9Sstevel@tonic-gateUSBMSHDRS= \ 8517c478bd9Sstevel@tonic-gate usb_bulkonly.h \ 8527c478bd9Sstevel@tonic-gate usb_cbi.h 8537c478bd9Sstevel@tonic-gate 8547c478bd9Sstevel@tonic-gateUSBPRNHDRS= \ 8557c478bd9Sstevel@tonic-gate usb_printer.h 8567c478bd9Sstevel@tonic-gate 85790f05028Syq193411USBCDCHDRS= \ 858a8731cceSyq193411 usb_cdc.h 85990f05028Syq193411 860c77a61a7Syz147069USBVIDHDRS= \ 861c77a61a7Syz147069 usbvc.h 862c77a61a7Syz147069 8637c478bd9Sstevel@tonic-gateUGENHDRS= \ 8647c478bd9Sstevel@tonic-gate usb_ugen.h 8657c478bd9Sstevel@tonic-gate 8667c478bd9Sstevel@tonic-gateHOTPLUGHDRS= \ 8677c478bd9Sstevel@tonic-gate hpcsvc.h \ 8687c478bd9Sstevel@tonic-gate hpctrl.h 8697c478bd9Sstevel@tonic-gate 8707c478bd9Sstevel@tonic-gateHOTPLUGPCIHDRS= \ 8717c478bd9Sstevel@tonic-gate pcicfg.h \ 8727c478bd9Sstevel@tonic-gate pcihp.h 8737c478bd9Sstevel@tonic-gate 8747c478bd9Sstevel@tonic-gateRSMHDRS= \ 8757c478bd9Sstevel@tonic-gate rsm.h \ 8767c478bd9Sstevel@tonic-gate rsm_common.h \ 8777c478bd9Sstevel@tonic-gate rsmapi_common.h \ 8787c478bd9Sstevel@tonic-gate rsmpi.h \ 8797c478bd9Sstevel@tonic-gate rsmpi_driver.h \ 8807c478bd9Sstevel@tonic-gate rsmka_path_int.h 8817c478bd9Sstevel@tonic-gate 88245916cd2SjpkTSOLHDRS= \ 88345916cd2Sjpk label.h \ 88445916cd2Sjpk label_macro.h \ 88545916cd2Sjpk priv.h \ 88645916cd2Sjpk tndb.h \ 88745916cd2Sjpk tsyscall.h 88845916cd2Sjpk 8897c478bd9Sstevel@tonic-gateI1394HDRS= \ 8907c478bd9Sstevel@tonic-gate cmd1394.h \ 8917c478bd9Sstevel@tonic-gate id1394.h \ 8927c478bd9Sstevel@tonic-gate ieee1212.h \ 8937c478bd9Sstevel@tonic-gate ieee1394.h \ 8947c478bd9Sstevel@tonic-gate ixl1394.h \ 8957c478bd9Sstevel@tonic-gate s1394_impl.h \ 8967c478bd9Sstevel@tonic-gate t1394.h 8977c478bd9Sstevel@tonic-gate 8987c478bd9Sstevel@tonic-gate# "cmdk" headers used on sparc 8997c478bd9Sstevel@tonic-gateSDKTPHDRS= \ 9007c478bd9Sstevel@tonic-gate dadkio.h \ 9017c478bd9Sstevel@tonic-gate fdisk.h 9027c478bd9Sstevel@tonic-gate 9037c478bd9Sstevel@tonic-gate# "cmdk" headers used on i386 9047c478bd9Sstevel@tonic-gateDKTPHDRS= \ 9057c478bd9Sstevel@tonic-gate altsctr.h \ 9067c478bd9Sstevel@tonic-gate bbh.h \ 9077c478bd9Sstevel@tonic-gate cm.h \ 9087c478bd9Sstevel@tonic-gate cmdev.h \ 9097c478bd9Sstevel@tonic-gate cmdk.h \ 9107c478bd9Sstevel@tonic-gate cmpkt.h \ 9117c478bd9Sstevel@tonic-gate controller.h \ 9127c478bd9Sstevel@tonic-gate dadev.h \ 9137c478bd9Sstevel@tonic-gate dadk.h \ 9147c478bd9Sstevel@tonic-gate dadkio.h \ 9157c478bd9Sstevel@tonic-gate fctypes.h \ 9167c478bd9Sstevel@tonic-gate fdisk.h \ 9177c478bd9Sstevel@tonic-gate flowctrl.h \ 9187c478bd9Sstevel@tonic-gate gda.h \ 9197c478bd9Sstevel@tonic-gate quetypes.h \ 9207c478bd9Sstevel@tonic-gate queue.h \ 9217c478bd9Sstevel@tonic-gate tgcom.h \ 9227c478bd9Sstevel@tonic-gate tgdk.h 9237c478bd9Sstevel@tonic-gate 9247c478bd9Sstevel@tonic-gate# "pc" header files used on i386 9257c478bd9Sstevel@tonic-gatePCHDRS= \ 9267c478bd9Sstevel@tonic-gate avintr.h \ 9277c478bd9Sstevel@tonic-gate dma_engine.h \ 9287c478bd9Sstevel@tonic-gate i8272A.h \ 9293db86aabSstevel pcic_reg.h \ 9303db86aabSstevel pcic_var.h \ 9317c478bd9Sstevel@tonic-gate pic.h \ 9327c478bd9Sstevel@tonic-gate pit.h \ 9337c478bd9Sstevel@tonic-gate rtc.h 9347c478bd9Sstevel@tonic-gate 9357c478bd9Sstevel@tonic-gate# I2O header files (currently used only on i386) 9367c478bd9Sstevel@tonic-gateI2OHDRS= \ 9377c478bd9Sstevel@tonic-gate i2oadptr.h \ 9387c478bd9Sstevel@tonic-gate i2obscsi.h \ 9397c478bd9Sstevel@tonic-gate i2oexec.h \ 9407c478bd9Sstevel@tonic-gate i2omsg.h \ 9417c478bd9Sstevel@tonic-gate i2omstr.h \ 9427c478bd9Sstevel@tonic-gate i2outil.h 9437c478bd9Sstevel@tonic-gate 9446f45ec7bSml29623NXGEHDRS= \ 9456f45ec7bSml29623 nxge.h \ 9466f45ec7bSml29623 nxge_common.h \ 9476f45ec7bSml29623 nxge_common_impl.h \ 9486f45ec7bSml29623 nxge_defs.h \ 9496f45ec7bSml29623 nxge_hw.h \ 9506f45ec7bSml29623 nxge_impl.h \ 9516f45ec7bSml29623 nxge_ipp.h \ 9526f45ec7bSml29623 nxge_ipp_hw.h \ 9536f45ec7bSml29623 nxge_mac.h \ 9546f45ec7bSml29623 nxge_mac_hw.h \ 9556f45ec7bSml29623 nxge_fflp.h \ 9566f45ec7bSml29623 nxge_fflp_hw.h \ 9576f45ec7bSml29623 nxge_mii.h \ 9586f45ec7bSml29623 nxge_rxdma.h \ 9596f45ec7bSml29623 nxge_rxdma_hw.h \ 9606f45ec7bSml29623 nxge_txc.h \ 9616f45ec7bSml29623 nxge_txc_hw.h \ 9626f45ec7bSml29623 nxge_txdma.h \ 9636f45ec7bSml29623 nxge_txdma_hw.h \ 9646f45ec7bSml29623 nxge_virtual.h \ 9656f45ec7bSml29623 nxge_espc.h 9666f45ec7bSml29623 967fb9f9b97Skupferinclude Makefile.syshdrs 9687c478bd9Sstevel@tonic-gate 9698eea8e29Sap25164dcam/%.check: dcam/%.h 9708eea8e29Sap25164 $(DOT_H_CHECK) 9718eea8e29Sap25164 9727c478bd9Sstevel@tonic-gateCHECKHDRS= \ 9737c478bd9Sstevel@tonic-gate $($(MACH)_HDRS:%.h=%.check) \ 9747c478bd9Sstevel@tonic-gate $(AUDIOHDRS:%.h=audio/%.check) \ 9757c478bd9Sstevel@tonic-gate $(BSCHDRS:%.h=%.check) \ 9767c478bd9Sstevel@tonic-gate $(CHKHDRS:%.h=%.check) \ 9777c478bd9Sstevel@tonic-gate $(CRYPTOHDRS:%.h=crypto/%.check) \ 9788eea8e29Sap25164 $(DCAMHDRS:%.h=dcam/%.check) \ 9797c478bd9Sstevel@tonic-gate $(IBHDRS:%.h=ib/%.check) \ 9807c478bd9Sstevel@tonic-gate $(IBDHDRS:%.h=ib/clients/ibd/%.check) \ 9817c478bd9Sstevel@tonic-gate $(IBTLHDRS:%.h=ib/ibtl/%.check) \ 9827c478bd9Sstevel@tonic-gate $(IBTLIMPLHDRS:%.h=ib/ibtl/impl/%.check) \ 9837c478bd9Sstevel@tonic-gate $(IBNEXHDRS:%.h=ib/ibnex/%.check) \ 9847c478bd9Sstevel@tonic-gate $(IBMGTHDRS:%.h=ib/mgt/%.check) \ 9857c478bd9Sstevel@tonic-gate $(IBMFHDRS:%.h=ib/mgt/ibmf/%.check) \ 9867c478bd9Sstevel@tonic-gate $(TAVORHDRS:%.h=ib/adapters/tavor/%.check) \ 9877c478bd9Sstevel@tonic-gate $(ISOHDRS:%.h=iso/%.check) \ 9887c478bd9Sstevel@tonic-gate $(FMHDRS:%.h=fm/%.check) \ 989ea8dc4b6Seschrock $(FMFSHDRS:%.h=fm/fs/%.check) \ 9907c478bd9Sstevel@tonic-gate $(FMIOHDRS:%.h=fm/io/%.check) \ 9917c478bd9Sstevel@tonic-gate $(FSHDRS:%.h=fs/%.check) \ 9927c478bd9Sstevel@tonic-gate $(LVMHDRS:%.h=lvm/%.check) \ 9937c478bd9Sstevel@tonic-gate $(PCMCIAHDRS:%.h=pcmcia/%.check) \ 9947c478bd9Sstevel@tonic-gate $(SCSIHDRS:%.h=scsi/%.check) \ 9957c478bd9Sstevel@tonic-gate $(SCSICONHDRS:%.h=scsi/conf/%.check) \ 9967c478bd9Sstevel@tonic-gate $(SCSIIMPLHDRS:%.h=scsi/impl/%.check) \ 9977c478bd9Sstevel@tonic-gate $(SCSITARGETSHDRS:%.h=scsi/targets/%.check) \ 9987c478bd9Sstevel@tonic-gate $(SCSIVHCIHDRS:%.h=scsi/adapters/%.check) \ 9997c478bd9Sstevel@tonic-gate $(FCHDRS:%.h=fc4/%.check) \ 100066f9d5cbSmlf $(SATAGENHDRS:%.h=sata/%.check) \ 10017c478bd9Sstevel@tonic-gate $(SYSEVENTHDRS:%.h=sysevent/%.check) \ 10027c478bd9Sstevel@tonic-gate $(CONTRACTHDRS:%.h=contract/%.check) \ 10037c478bd9Sstevel@tonic-gate $(USBAUDHDRS:%.h=usb/clients/audio/%.check) \ 10047c478bd9Sstevel@tonic-gate $(USBHUBDHDRS:%.h=usb/hubd/%.check) \ 10057c478bd9Sstevel@tonic-gate $(USBHIDHDRS:%.h=usb/clients/hid/%.check) \ 10067c478bd9Sstevel@tonic-gate $(USBMSHDRS:%.h=usb/clients/mass_storage/%.check) \ 10077c478bd9Sstevel@tonic-gate $(USBPRNHDRS:%.h=usb/clients/printer/%.check) \ 100890f05028Syq193411 $(USBCDCHDRS:%.h=usb/clients/usbcdc/%.check) \ 1009c77a61a7Syz147069 $(USBVIDHDRS:%.h=usb/clients/video/usbvc/%.check) \ 10107c478bd9Sstevel@tonic-gate $(UGENHDRS:%.h=usb/clients/ugen/%.check) \ 10117c478bd9Sstevel@tonic-gate $(USBHDRS:%.h=usb/%.check) \ 10127c478bd9Sstevel@tonic-gate $(I1394HDRS:%.h=1394/%.check) \ 101345916cd2Sjpk $(RSMHDRS:%.h=rsm/%.check) \ 10146f45ec7bSml29623 $(TSOLHDRS:%.h=tsol/%.check) \ 10156f45ec7bSml29623 $(NXGEHDRS:%.h=nxge/%.check) 10167c478bd9Sstevel@tonic-gate 10177c478bd9Sstevel@tonic-gate 10187c478bd9Sstevel@tonic-gate.KEEP_STATE: 10197c478bd9Sstevel@tonic-gate 10207c478bd9Sstevel@tonic-gate.PARALLEL: \ 10217c478bd9Sstevel@tonic-gate $(CHECKHDRS) \ 10227c478bd9Sstevel@tonic-gate $(ROOTHDRS) \ 10237c478bd9Sstevel@tonic-gate $(ROOTAUDHDRS) \ 10247c478bd9Sstevel@tonic-gate $(ROOTCRYPTOHDRS) \ 10258eea8e29Sap25164 $(ROOTDCAMHDRS) \ 10267c478bd9Sstevel@tonic-gate $(ROOTISOHDRS) \ 10277c478bd9Sstevel@tonic-gate $(ROOTFMHDRS) \ 10287c478bd9Sstevel@tonic-gate $(ROOTFMIOHDRS) \ 1029ea8dc4b6Seschrock $(ROOTFMFSHDRS) \ 10307c478bd9Sstevel@tonic-gate $(ROOTFSHDRS) \ 10317c478bd9Sstevel@tonic-gate $(ROOTIBDHDRS) \ 10327c478bd9Sstevel@tonic-gate $(ROOTIBHDRS) \ 10337c478bd9Sstevel@tonic-gate $(ROOTIBTLHDRS) \ 10347c478bd9Sstevel@tonic-gate $(ROOTIBTLIMPLHDRS) \ 10357c478bd9Sstevel@tonic-gate $(ROOTIBNEXHDRS) \ 10367c478bd9Sstevel@tonic-gate $(ROOTIBMGTHDRS) \ 10377c478bd9Sstevel@tonic-gate $(ROOTIBMFHDRS) \ 10387c478bd9Sstevel@tonic-gate $(ROOTTAVORHDRS) \ 10397c478bd9Sstevel@tonic-gate $(ROOTLVMHDRS) \ 10407c478bd9Sstevel@tonic-gate $(ROOTPCMCIAHDRS) \ 10417c478bd9Sstevel@tonic-gate $(ROOTSCSIHDRS) \ 10427c478bd9Sstevel@tonic-gate $(ROOTSCSICONFHDRS) \ 10437c478bd9Sstevel@tonic-gate $(ROOTSCSIGENHDRS) \ 10447c478bd9Sstevel@tonic-gate $(ROOTSCSIIMPLHDRS) \ 10457c478bd9Sstevel@tonic-gate $(ROOTSCSIVHCIHDRS) \ 10467c478bd9Sstevel@tonic-gate $(ROOTFCHDRS) \ 10477c478bd9Sstevel@tonic-gate $(ROOTSYSEVENTHDRS) \ 10487c478bd9Sstevel@tonic-gate $(ROOTCONTRACTHDRS) \ 10497c478bd9Sstevel@tonic-gate $(ROOTUSBHDRS) \ 10507c478bd9Sstevel@tonic-gate $(ROOTUSBAUDHDRS) \ 10517c478bd9Sstevel@tonic-gate $(ROOTUSBHUBDHDRS) \ 10527c478bd9Sstevel@tonic-gate $(ROOTUSBHIDHDRS) \ 10537c478bd9Sstevel@tonic-gate $(ROOTUSBMSHDRS) \ 10547c478bd9Sstevel@tonic-gate $(ROOTUSBPRNHDRS) \ 105590f05028Syq193411 $(ROOTUSBCDCHDRS) \ 1056c77a61a7Syz147069 $(ROOTUSBVIDHDRS) \ 10577c478bd9Sstevel@tonic-gate $(ROOTUGENHDRS) \ 10587c478bd9Sstevel@tonic-gate $(ROOT1394HDRS) \ 10597c478bd9Sstevel@tonic-gate $(ROOTHOTPLUGHDRS) \ 10607c478bd9Sstevel@tonic-gate $(ROOTHOTPLUGPCIHDRS) \ 10617c478bd9Sstevel@tonic-gate $(ROOTRSMHDRS) \ 106245916cd2Sjpk $(ROOTTSOLHDRS) \ 10637c478bd9Sstevel@tonic-gate $($(MACH)_ROOTHDRS) 10647c478bd9Sstevel@tonic-gate 10657c478bd9Sstevel@tonic-gate 10667c478bd9Sstevel@tonic-gateinstall_h: \ 10677c478bd9Sstevel@tonic-gate $(ROOTDIRS) \ 10687c478bd9Sstevel@tonic-gate LVMDERIVED_H \ 10697c478bd9Sstevel@tonic-gate .WAIT \ 10707c478bd9Sstevel@tonic-gate $(ROOTHDRS) \ 10717c478bd9Sstevel@tonic-gate $(ROOTAUDHDRS) \ 10727c478bd9Sstevel@tonic-gate $(ROOTCRYPTOHDRS) \ 10738eea8e29Sap25164 $(ROOTDCAMHDRS) \ 10747c478bd9Sstevel@tonic-gate $(ROOTISOHDRS) \ 10757c478bd9Sstevel@tonic-gate $(ROOTFMHDRS) \ 1076ea8dc4b6Seschrock $(ROOTFMFSHDRS) \ 10777c478bd9Sstevel@tonic-gate $(ROOTFMIOHDRS) \ 10787c478bd9Sstevel@tonic-gate $(ROOTFSHDRS) \ 10797c478bd9Sstevel@tonic-gate $(ROOTIBDHDRS) \ 10807c478bd9Sstevel@tonic-gate $(ROOTIBHDRS) \ 10817c478bd9Sstevel@tonic-gate $(ROOTIBTLHDRS) \ 10827c478bd9Sstevel@tonic-gate $(ROOTIBTLIMPLHDRS) \ 10837c478bd9Sstevel@tonic-gate $(ROOTIBNEXHDRS) \ 10847c478bd9Sstevel@tonic-gate $(ROOTIBMGTHDRS) \ 10857c478bd9Sstevel@tonic-gate $(ROOTIBMFHDRS) \ 10867c478bd9Sstevel@tonic-gate $(ROOTTAVORHDRS) \ 10877c478bd9Sstevel@tonic-gate $(ROOTLVMHDRS) \ 10887c478bd9Sstevel@tonic-gate $(ROOTPCMCIAHDRS) \ 10897c478bd9Sstevel@tonic-gate $(ROOTSCSIHDRS) \ 10907c478bd9Sstevel@tonic-gate $(ROOTSCSICONFHDRS) \ 10917c478bd9Sstevel@tonic-gate $(ROOTSCSIGENHDRS) \ 10927c478bd9Sstevel@tonic-gate $(ROOTSCSIIMPLHDRS) \ 10937c478bd9Sstevel@tonic-gate $(ROOTSCSIVHCIHDRS) \ 10947c478bd9Sstevel@tonic-gate $(ROOTFCHDRS) \ 10957c478bd9Sstevel@tonic-gate $(ROOTSYSEVENTHDRS) \ 10967c478bd9Sstevel@tonic-gate $(ROOTCONTRACTHDRS) \ 10977c478bd9Sstevel@tonic-gate $(ROOTUSBHDRS) \ 10987c478bd9Sstevel@tonic-gate $(ROOTUSBAUDHDRS) \ 10997c478bd9Sstevel@tonic-gate $(ROOTUSBHUBDHDRS) \ 11007c478bd9Sstevel@tonic-gate $(ROOTUSBHIDHDRS) \ 11017c478bd9Sstevel@tonic-gate $(ROOTUSBMSHDRS) \ 11027c478bd9Sstevel@tonic-gate $(ROOTUSBPRNHDRS) \ 110390f05028Syq193411 $(ROOTUSBCDCHDRS) \ 1104c77a61a7Syz147069 $(ROOTUSBVIDHDRS) \ 11057c478bd9Sstevel@tonic-gate $(ROOTUGENHDRS) \ 11067c478bd9Sstevel@tonic-gate $(ROOT1394HDRS) \ 11077c478bd9Sstevel@tonic-gate $(ROOTHOTPLUGHDRS) \ 11087c478bd9Sstevel@tonic-gate $(ROOTHOTPLUGPCIHDRS) \ 11097c478bd9Sstevel@tonic-gate $(ROOTRSMHDRS) \ 111045916cd2Sjpk $(ROOTTSOLHDRS) \ 1111fb9f9b97Skupfer $($(MACH)_ROOTHDRS) 11127c478bd9Sstevel@tonic-gate 11137c478bd9Sstevel@tonic-gateall_h: $(GENHDRS) 11147c478bd9Sstevel@tonic-gate 11157c478bd9Sstevel@tonic-gatepriv_const.h: $(PRIVS_AWK) $(PRIVS_DEF) 11167c478bd9Sstevel@tonic-gate $(NAWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v privhfile=$@ 11177c478bd9Sstevel@tonic-gate 11187c478bd9Sstevel@tonic-gatepriv_names.h: $(PRIVS_AWK) $(PRIVS_DEF) 11197c478bd9Sstevel@tonic-gate $(NAWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v pubhfile=$@ 11207c478bd9Sstevel@tonic-gate 11217c478bd9Sstevel@tonic-gateLVMDERIVED_H: 11227c478bd9Sstevel@tonic-gate cd $(SRC)/uts/common/sys/lvm; pwd; $(MAKE) 11237c478bd9Sstevel@tonic-gate 11247c478bd9Sstevel@tonic-gatecheck: $(CHECKHDRS) 11257c478bd9Sstevel@tonic-gate 11267c478bd9Sstevel@tonic-gateFRC: 11277c478bd9Sstevel@tonic-gate 11287c478bd9Sstevel@tonic-gate# EXPORT DELETE START 11297c478bd9Sstevel@tonic-gateEXPORT_SRC: 11307c478bd9Sstevel@tonic-gate $(RM) wanboot_impl.h+ Makefile+ 11317c478bd9Sstevel@tonic-gate sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \ 11327c478bd9Sstevel@tonic-gate < wanboot_impl.h > wanboot_impl.h+ 11337c478bd9Sstevel@tonic-gate $(MV) wanboot_impl.h+ wanboot_impl.h 11347c478bd9Sstevel@tonic-gate sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \ 11357c478bd9Sstevel@tonic-gate < Makefile > Makefile+ 11367c478bd9Sstevel@tonic-gate $(RM) Makefile 11377c478bd9Sstevel@tonic-gate $(MV) Makefile+ Makefile 11387c478bd9Sstevel@tonic-gate $(CHMOD) 444 Makefile wanboot_impl.h 11397c478bd9Sstevel@tonic-gate# EXPORT DELETE END 1140